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 b273d31 commit ffc6c1aCopy full SHA for ffc6c1a
.pre-commit-config.yaml
@@ -1,7 +1,7 @@
1
# NOTE: autoupdate does not pick up flake8-bugbear since it is a transitive
2
# dependency. Make sure to update flake8-bugbear manually on a regular basis.
3
repos:
4
- - repo: https://github.com/psf/black
+ - repo: https://github.com/psf/black-pre-commit-mirror
5
rev: 25.9.0
6
hooks:
7
- id: black
@@ -11,7 +11,7 @@ repos:
11
- --target-version=py38
12
- repo: https://github.com/astral-sh/ruff-pre-commit
13
# Ruff version.
14
- rev: 'v0.13.2'
+ rev: 'v0.13.3'
15
16
- id: ruff
17
args: [--fix, --exit-non-zero-on-fix]
0 commit comments