Skip to content

Commit 42a1043

Browse files
pre-commit-ci[bot]neersighted
authored andcommitted
[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 fb4d36d commit 42a1043

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
@@ -5,7 +5,7 @@ repos:
55
- id: black
66

77
- repo: https://github.com/PyCQA/flake8
8-
rev: 5.0.4
8+
rev: 6.0.0
99
hooks:
1010
- id: flake8
1111
additional_dependencies:
@@ -17,7 +17,7 @@ repos:
1717
- id: isort
1818

1919
- repo: https://github.com/pre-commit/pre-commit-hooks
20-
rev: v4.3.0
20+
rev: v4.4.0
2121
hooks:
2222
- id: trailing-whitespace
2323
- id: end-of-file-fixer

0 commit comments

Comments
 (0)