Skip to content

Commit 7406df1

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/flake8: 7.1.1 → 7.1.2](PyCQA/flake8@7.1.1...7.1.2) - [github.com/PyCQA/isort: 5.13.2 → 6.0.0](PyCQA/isort@5.13.2...6.0.0) - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0)
1 parent 29fd890 commit 7406df1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ repos:
6060
# W605 - Fix invalid escape sequence 'x'.
6161
# W690 - Fix various deprecated code (via lib2to3).
6262
- repo: https://github.com/PyCQA/flake8
63-
rev: 7.1.1
63+
rev: 7.1.2
6464
hooks:
6565
- id: flake8
6666
args:
@@ -70,13 +70,13 @@ repos:
7070
"E101,E11,E111,E112,E113,E121,E122,E123,E124,E125,E126,E127,E128,E129,E131,E133,E20,E211,E231,E241,E242,E251,E252,E26,E265,E266,E27,E301,E302,E303,E304,E305,E306,E401,E402,E502,E701,E711,E712,E713,E714,E722,E731,E901,E902,F822,F823,W191,W291,W292,W293,W391,W601,W602,W603,W604,W605,W690",
7171
]
7272
- repo: https://github.com/PyCQA/isort
73-
rev: 5.13.2
73+
rev: 6.0.0
7474
hooks:
7575
- id: isort
7676
args: ["--sp", "setup.cfg"]
7777
exclude: ".*(docs/conf.py)$"
7878
- repo: https://github.com/pre-commit/pre-commit-hooks
79-
rev: v4.6.0
79+
rev: v5.0.0
8080
hooks:
8181
- id: check-ast
8282
- id: check-case-conflict

0 commit comments

Comments
 (0)