Skip to content

Commit 6831dde

Browse files
pre-commit: bump repositories
updates: - [github.com/pre-commit/pre-commit-hooks: v4.0.1 → v4.4.0](pre-commit/pre-commit-hooks@v4.0.1...v4.4.0) - [github.com/PyCQA/flake8: 4.0.1 → 6.0.0](PyCQA/flake8@4.0.1...6.0.0)
1 parent 39e304d commit 6831dde

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
@@ -4,7 +4,7 @@ ci:
44

55
repos:
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v4.0.1
7+
rev: v4.4.0
88
hooks:
99
- id: check-ast
1010
- id: check-builtin-literals
@@ -22,7 +22,7 @@ repos:
2222
hooks:
2323
- id: isort
2424
- repo: https://github.com/PyCQA/flake8
25-
rev: 4.0.1
25+
rev: 6.0.0
2626
hooks:
2727
- id: flake8
2828
additional_dependencies: ['flake8-bugbear']

0 commit comments

Comments
 (0)