Skip to content

Commit 9e797ad

Browse files
pre-commit: bump repositories
updates: - [github.com/pre-commit/pre-commit-hooks: v4.0.1 → v4.6.0](pre-commit/pre-commit-hooks@v4.0.1...v4.6.0) - [github.com/PyCQA/isort: 5.10.1 → 5.13.2](PyCQA/isort@5.10.1...5.13.2) - [github.com/PyCQA/flake8: 4.0.1 → 7.0.0](PyCQA/flake8@4.0.1...7.0.0)
1 parent 39e304d commit 9e797ad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 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.6.0
88
hooks:
99
- id: check-ast
1010
- id: check-builtin-literals
@@ -18,11 +18,11 @@ repos:
1818
- id: end-of-file-fixer
1919
- id: trailing-whitespace
2020
- repo: https://github.com/PyCQA/isort
21-
rev: 5.10.1
21+
rev: 5.13.2
2222
hooks:
2323
- id: isort
2424
- repo: https://github.com/PyCQA/flake8
25-
rev: 4.0.1
25+
rev: 7.0.0
2626
hooks:
2727
- id: flake8
2828
additional_dependencies: ['flake8-bugbear']

0 commit comments

Comments
 (0)