Skip to content

Commit 6e32613

Browse files
authored
Merge pull request #238 from jupyterhub/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 2fe738f + c96519e commit 6e32613

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
@@ -11,15 +11,15 @@
1111
repos:
1212
# Autoformat: Python code, syntax patterns are modernized
1313
- repo: https://github.com/asottile/pyupgrade
14-
rev: v3.16.0
14+
rev: v3.17.0
1515
hooks:
1616
- id: pyupgrade
1717
args:
1818
- --py37-plus
1919

2020
# Autoformat: Python code
2121
- repo: https://github.com/psf/black
22-
rev: 24.4.2
22+
rev: 24.8.0
2323
hooks:
2424
- id: black
2525
args:
@@ -63,7 +63,7 @@ repos:
6363

6464
# Lint: Python code
6565
- repo: https://github.com/PyCQA/flake8
66-
rev: "7.1.0"
66+
rev: "7.1.1"
6767
hooks:
6868
- id: flake8
6969

0 commit comments

Comments
 (0)