Skip to content

Commit 403ff7b

Browse files
[pre-commit.ci] pre-commit autoupdate (#7905)
updates: - [github.com/asottile/pyupgrade: v3.2.2 → v3.3.0](asottile/pyupgrade@v3.2.2...v3.3.0) - [github.com/PyCQA/flake8: 5.0.4 → 6.0.0](PyCQA/flake8@5.0.4...6.0.0) Co-authored-by: Marc Mueller <[email protected]>
1 parent 233b9d6 commit 403ff7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ repos:
3333
exclude: tests(/\w*)*/functional/|tests/input|doc/data/messages|examples/|setup.py|tests(/\w*)*data/
3434
types: [python]
3535
- repo: https://github.com/asottile/pyupgrade
36-
rev: v3.2.2
36+
rev: v3.3.0
3737
hooks:
3838
- id: pyupgrade
3939
args: [--py37-plus]
@@ -54,7 +54,7 @@ repos:
5454
hooks:
5555
- id: black-disable-checker
5656
- repo: https://github.com/PyCQA/flake8
57-
rev: 5.0.4
57+
rev: 6.0.0
5858
hooks:
5959
- id: flake8
6060
additional_dependencies:

0 commit comments

Comments
 (0)