Skip to content

Commit d84a174

Browse files
authored
[pre-commit.ci] pre-commit autoupdate (#1875)
2 parents 31b764e + 4504beb commit d84a174

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
@@ -3,7 +3,7 @@ ci:
33
autoupdate_schedule: monthly
44
repos:
55
- repo: https://github.com/asottile/pyupgrade
6-
rev: v3.8.0
6+
rev: v3.10.1
77
hooks:
88
- id: pyupgrade
99
args: ["--py37-plus"]
@@ -13,11 +13,11 @@ repos:
1313
- id: reorder-python-imports
1414
args: ["--application-directories", "src"]
1515
- repo: https://github.com/psf/black
16-
rev: 23.3.0
16+
rev: 23.7.0
1717
hooks:
1818
- id: black
1919
- repo: https://github.com/PyCQA/flake8
20-
rev: 6.0.0
20+
rev: 6.1.0
2121
hooks:
2222
- id: flake8
2323
additional_dependencies: [flake8-bugbear]

0 commit comments

Comments
 (0)