Skip to content

Commit d189ab1

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/flake8: 7.2.0 → 7.3.0](PyCQA/flake8@7.2.0...7.3.0) - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0)
1 parent 93ef0bf commit d189ab1

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
@@ -27,7 +27,7 @@ repos:
2727
- --remove-unused-variables
2828

2929
- repo: https://github.com/PyCQA/flake8
30-
rev: "7.2.0"
30+
rev: "7.3.0"
3131
hooks:
3232
- id: flake8
3333
additional_dependencies:
@@ -67,7 +67,7 @@ repos:
6767
args: ["--filter-files"]
6868

6969
- repo: https://github.com/pre-commit/pre-commit-hooks
70-
rev: "v5.0.0"
70+
rev: "v6.0.0"
7171
hooks:
7272
- id: check-ast
7373
- id: check-builtin-literals

0 commit comments

Comments
 (0)