Skip to content

Commit c1f25f4

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/isort: 5.10.1 → 5.11.1](PyCQA/isort@5.10.1...5.11.1) - [github.com/PyCQA/flake8: 4.0.1 → 6.0.0](PyCQA/flake8@4.0.1...6.0.0)
1 parent aed1982 commit c1f25f4

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.4.0
88
hooks:
99
- id: check-ast
1010
- id: check-builtin-literals
@@ -18,11 +18,11 @@ repos:
1818
- id: trailing-whitespace
1919
- id: double-quote-string-fixer
2020
- repo: https://github.com/PyCQA/isort
21-
rev: 5.10.1
21+
rev: 5.11.1
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
language_version: python3.9

0 commit comments

Comments
 (0)