Skip to content

Commit 280366d

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)
1 parent 778bda4 commit 280366d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ repos:
5454

5555
# A tool to automatically fix common style issues in Python code. Has plugins.
5656
- repo: https://github.com/pycqa/flake8
57-
rev: '5.0.4'
57+
rev: '6.0.0'
5858
hooks:
5959
- id: flake8
6060
exclude: (__pycache__|.venv|tmp|.tox)

0 commit comments

Comments
 (0)