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 1b39161 commit 9da0ce2Copy full SHA for 9da0ce2
.pre-commit-config.yaml
@@ -24,7 +24,7 @@ repos:
24
hooks:
25
- id: blacken-docs
26
additional_dependencies:
27
- - black==25.9.0
+ - black==26.1.0
28
- repo: https://github.com/codespell-project/codespell
29
# Configuration for codespell is in pyproject.toml
30
rev: v2.4.1
@@ -34,11 +34,11 @@ repos:
34
# python doesn't come with a toml parser prior to 3.11
35
- "tomli; python_version < '3.11'"
36
- repo: https://github.com/asottile/pyupgrade
37
- rev: v3.21.0
+ rev: v3.21.2
38
39
- id: pyupgrade
40
args: ["--py310-plus", "--keep-percent-format"]
41
- repo: https://github.com/tox-dev/pyproject-fmt
42
- rev: v2.11.0
+ rev: v2.11.1
43
44
- id: pyproject-fmt
0 commit comments