Skip to content

Commit 2224607

Browse files
authored
[pre-commit.ci] pre-commit autoupdate (#1243)
2 parents 567521a + b04b894 commit 2224607

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
@@ -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"]
@@ -14,12 +14,12 @@ repos:
1414
files: "^(?!examples/)"
1515
args: ["--py37-plus", "--application-directories", "src"]
1616
- repo: https://github.com/psf/black
17-
rev: 23.3.0
17+
rev: 23.7.0
1818
hooks:
1919
- id: black
2020
args: ["--target-version", "py37"]
2121
- repo: https://github.com/PyCQA/flake8
22-
rev: 6.0.0
22+
rev: 6.1.0
2323
hooks:
2424
- id: flake8
2525
additional_dependencies:

0 commit comments

Comments
 (0)