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 1db091c commit 34e7bc3Copy full SHA for 34e7bc3
.pre-commit-config.yaml
@@ -4,12 +4,12 @@ repos:
4
hooks:
5
- id: trailing-whitespace
6
- id: end-of-file-fixer
7
- - repo: https://github.com/psf/black
8
- rev: 25.1.0
+ - repo: https://github.com/psf/black-pre-commit-mirror
+ rev: 25.9.0
9
10
- id: black
11
- repo: https://github.com/astral-sh/ruff-pre-commit
12
- rev: v0.12.11
+ rev: v0.13.3
13
14
- id: ruff
15
args: ["--fix"]
0 commit comments