We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f0c644 commit cb882b4Copy full SHA for cb882b4
.pre-commit-config.yaml
@@ -21,7 +21,7 @@ repos:
21
hooks:
22
- id: pyproject-fmt
23
- repo: https://github.com/tox-dev/tox-ini-fmt
24
- rev: 1.4.1
+ rev: 1.5.0
25
26
- id: tox-ini-fmt
27
- repo: https://github.com/rstcheck/rstcheck
@@ -36,7 +36,7 @@ repos:
36
- id: pyupgrade
37
args: [--py39-plus]
38
- repo: https://github.com/psf/black-pre-commit-mirror
39
- rev: 24.10.0
+ rev: 25.1.0
40
41
- id: black
42
- repo: https://github.com/adamchainz/blacken-docs
@@ -46,7 +46,7 @@ repos:
46
additional_dependencies:
47
- black==23.1.0
48
- repo: https://github.com/pycqa/isort
49
- rev: 5.13.2
+ rev: 6.0.0
50
51
- id: isort
52
name: isort (python)
0 commit comments