Skip to content

Commit 5c502d6

Browse files
authored
Merge pull request #3055 from jupyterhub/pre-commit-ci-update-config
2 parents ecb7783 + 6194a86 commit 5c502d6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ exclude: "(.*/)?secrets/.*"
1414
repos:
1515
# Autoformat: Python code, syntax patterns are modernized
1616
- repo: https://github.com/asottile/pyupgrade
17-
rev: v3.16.0
17+
rev: v3.17.0
1818
hooks:
1919
- id: pyupgrade
2020
args:
2121
- --py37-plus
2222

2323
# Autoformat: Python code
2424
- repo: https://github.com/psf/black
25-
rev: 24.4.2
25+
rev: 24.8.0
2626
hooks:
2727
- id: black
2828
args:
@@ -73,7 +73,7 @@ repos:
7373
7474
# Lint: Python code
7575
- repo: https://github.com/PyCQA/flake8
76-
rev: "7.1.0"
76+
rev: "7.1.1"
7777
hooks:
7878
- id: flake8
7979

0 commit comments

Comments
 (0)