We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12d936d commit 2071241Copy full SHA for 2071241
.pre-commit-config.yaml
@@ -3,7 +3,7 @@ exclude: ^src/reader/_vendor/.*$
3
repos:
4
5
- repo: https://github.com/pycqa/isort
6
- rev: 6.0.1
+ rev: 6.1.0
7
hooks:
8
- id: isort
9
@@ -13,8 +13,8 @@ repos:
13
- id: pyupgrade
14
args: ["--py311-plus"]
15
16
- - repo: https://github.com/psf/black
17
- rev: 25.1.0
+ - repo: https://github.com/psf/black-pre-commit-mirror
+ rev: 25.9.0
18
19
- id: black
20
args: ["-S"]
@@ -26,7 +26,7 @@ repos:
26
additional_dependencies: [flake8-bugbear]
27
28
- repo: https://github.com/pre-commit/pre-commit-hooks
29
- rev: v5.0.0
+ rev: v6.0.0
30
31
- id: check-byte-order-marker
32
- id: trailing-whitespace
0 commit comments