Skip to content

Commit 0f04583

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/isort: 6.0.0 → 6.0.1](PyCQA/isort@6.0.0...6.0.1) - [github.com/asottile/blacken-docs: 1.19.1 → 1.20.0](adamchainz/blacken-docs@1.19.1...1.20.0) - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/asottile/setup-cfg-fmt: v2.7.0 → v2.8.0](asottile/setup-cfg-fmt@v2.7.0...v2.8.0) - [github.com/PyCQA/flake8: 7.1.2 → 7.3.0](PyCQA/flake8@7.1.2...7.3.0)
1 parent 35bd3b4 commit 0f04583

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/PyCQA/isort
3-
rev: 6.0.0
3+
rev: 6.0.1
44
hooks:
55
- id: isort
66
name: isort
@@ -17,7 +17,7 @@ repos:
1717
types: [python]
1818

1919
- repo: https://github.com/asottile/blacken-docs
20-
rev: 1.19.1
20+
rev: 1.20.0
2121
hooks:
2222
- id: blacken-docs
2323
additional_dependencies: ["black==25.1.0"]
@@ -50,7 +50,7 @@ repos:
5050
types: [text]
5151

5252
- repo: https://github.com/pre-commit/pre-commit-hooks
53-
rev: v5.0.0
53+
rev: v6.0.0
5454
hooks:
5555
- id: check-added-large-files
5656
- id: check-ast
@@ -76,12 +76,12 @@ repos:
7676
exclude: \.(html|svg)$
7777

7878
- repo: https://github.com/asottile/setup-cfg-fmt
79-
rev: v2.7.0
79+
rev: v2.8.0
8080
hooks:
8181
- id: setup-cfg-fmt
8282

8383
- repo: https://github.com/PyCQA/flake8
84-
rev: 7.1.2
84+
rev: 7.3.0
8585
hooks:
8686
- id: flake8
8787
additional_dependencies:

0 commit comments

Comments
 (0)