Skip to content

Commit e99b59e

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/flake8: 5.0.4 → 6.0.0](PyCQA/flake8@5.0.4...6.0.0) - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.3.0...v4.4.0)
1 parent 3a19c2f commit e99b59e

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
@@ -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: 5.0.4
63+
rev: 6.0.0
6464
hooks:
6565
- id: flake8
6666
args:
@@ -76,7 +76,7 @@ repos:
7676
args: ["--sp", "setup.cfg"]
7777
exclude: ".*(docs/conf.py)$"
7878
- repo: https://github.com/pre-commit/pre-commit-hooks
79-
rev: v4.3.0
79+
rev: v4.4.0
8080
hooks:
8181
- id: check-ast
8282
- id: check-case-conflict

0 commit comments

Comments
 (0)