Skip to content

Commit edce740

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/asottile/setup-cfg-fmt: v1.20.0 → v2.5.0](asottile/setup-cfg-fmt@v1.20.0...v2.5.0) - [github.com/PyCQA/flake8: 4.0.1 → 7.0.0](PyCQA/flake8@4.0.1...7.0.0)
1 parent e5b4931 commit edce740

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 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
@@ -17,16 +17,16 @@ repos:
1717
- id: trailing-whitespace
1818
- id: double-quote-string-fixer
1919
- repo: https://github.com/PyCQA/isort
20-
rev: 5.10.1
20+
rev: 5.13.2
2121
hooks:
2222
- id: isort
2323
- repo: https://github.com/asottile/setup-cfg-fmt
24-
rev: v1.20.0
24+
rev: v2.5.0
2525
hooks:
2626
- id: setup-cfg-fmt
2727
args: ["--min-py3-version", "3.7", "--max-py-version", "3.9"]
2828
- repo: https://github.com/PyCQA/flake8
29-
rev: "4.0.1"
29+
rev: "7.0.0"
3030
hooks:
3131
- id: flake8
3232
language_version: python3.9

0 commit comments

Comments
 (0)