Skip to content

Commit 5150c6b

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

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
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.3.0
3+
rev: v4.4.0
44
hooks:
55
- id: check-ast
66
- id: check-builtin-literals
@@ -44,7 +44,7 @@ repos:
4444
- id: tox-ini-fmt
4545
args: [ "-p", "fix_lint" ]
4646
- repo: https://github.com/PyCQA/flake8
47-
rev: 5.0.4
47+
rev: 6.0.0
4848
hooks:
4949
- id: flake8
5050
additional_dependencies:

0 commit comments

Comments
 (0)