Skip to content

Commit 8a72b74

Browse files
authored
[pre-commit.ci] pre-commit autoupdate (#5211)
2 parents f215de0 + 7255be9 commit 8a72b74

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: ["--py38-plus"]
@@ -15,11 +15,11 @@ repos:
1515
files: "^(?!examples/)"
1616
args: ["--application-directories", "src"]
1717
- repo: https://github.com/psf/black
18-
rev: 23.3.0
18+
rev: 23.7.0
1919
hooks:
2020
- id: black
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)