Skip to content

Commit cd326dc

Browse files
authored
Merge pull request #2451 from jupyterhub/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 46781aa + 321337b commit cd326dc

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
@@ -14,7 +14,7 @@ exclude: "(.*/)?secrets/.*"
1414
repos:
1515
# Autoformat: Python code, syntax patterns are modernized
1616
- repo: https://github.com/asottile/pyupgrade
17-
rev: v3.2.2
17+
rev: v3.3.0
1818
hooks:
1919
- id: pyupgrade
2020
args:
@@ -57,7 +57,7 @@ repos:
5757

5858
# Misc autoformatting and linting
5959
- repo: https://github.com/pre-commit/pre-commit-hooks
60-
rev: v4.3.0
60+
rev: v4.4.0
6161
hooks:
6262
- id: end-of-file-fixer
6363
exclude_types: [svg, css, json]
@@ -73,6 +73,6 @@ repos:
7373
7474
# Lint: Python code
7575
- repo: https://github.com/PyCQA/flake8
76-
rev: "5.0.4"
76+
rev: "6.0.0"
7777
hooks:
7878
- id: flake8

0 commit comments

Comments
 (0)