Skip to content

Commit ec1aa7b

Browse files
authored
Merge pull request #251 from jupyterhub/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 56cc3a0 + 1c1a26e commit ec1aa7b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ exclude: 'versioneer\.py|_version\.py'
1313
repos:
1414
# Autoformat: Python code, syntax patterns are modernized
1515
- repo: https://github.com/asottile/pyupgrade
16-
rev: v3.16.0
16+
rev: v3.17.0
1717
hooks:
1818
- id: pyupgrade
1919
args:
@@ -36,7 +36,7 @@ repos:
3636

3737
# Autoformat: Python code
3838
- repo: https://github.com/psf/black
39-
rev: 24.4.2
39+
rev: 24.8.0
4040
hooks:
4141
- id: black
4242

@@ -66,7 +66,7 @@ repos:
6666

6767
# Lint: Python code
6868
- repo: https://github.com/PyCQA/flake8
69-
rev: "7.1.0"
69+
rev: "7.1.1"
7070
hooks:
7171
- id: flake8
7272

0 commit comments

Comments
 (0)