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 c677e2d commit 75aba5eCopy full SHA for 75aba5e
.pre-commit-config.yaml
@@ -1,12 +1,12 @@
1
repos:
2
- - repo: https://github.com/psf/black
+ - repo: https://github.com/psf/black-pre-commit-mirror
3
rev: 25.9.0
4
hooks:
5
- id: black
6
args: [--safe, --quiet, --line-length=88]
7
8
- repo: https://github.com/tox-dev/pyproject-fmt
9
- rev: "v2.6.0"
+ rev: "v2.7.0"
10
11
- id: pyproject-fmt
12
# https://pyproject-fmt.readthedocs.io/en/latest/#calculating-max-supported-python-version
@@ -51,7 +51,7 @@ repos:
51
args: [--py39-plus]
52
53
- repo: https://github.com/pre-commit/mirrors-eslint
54
- rev: v9.36.0
+ rev: v9.37.0
55
56
- id: eslint
57
additional_dependencies:
0 commit comments