Skip to content

Commit f1f9419

Browse files
authored
Merge pull request #134 from jupyterhub/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 70af448 + ff06332 commit f1f9419

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
@@ -51,7 +51,7 @@ repos:
5151

5252
# Autoformat: Python code, syntax patterns are modernized
5353
- repo: https://github.com/asottile/pyupgrade
54-
rev: v3.15.2
54+
rev: v3.17.0
5555
hooks:
5656
- id: pyupgrade
5757
args:
@@ -74,7 +74,7 @@ repos:
7474

7575
# Autoformat: Python code
7676
- repo: https://github.com/psf/black
77-
rev: 24.4.2
77+
rev: 24.8.0
7878
hooks:
7979
- id: black
8080

@@ -90,7 +90,7 @@ repos:
9090

9191
# Lint: Python code
9292
- repo: https://github.com/PyCQA/flake8
93-
rev: "7.0.0"
93+
rev: "7.1.1"
9494
hooks:
9595
- id: flake8
9696

0 commit comments

Comments
 (0)