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 7719417 commit db4c4fcCopy full SHA for db4c4fc
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v5.0.0
+ rev: v6.0.0
4
hooks:
5
# File format checks
6
- id: check-yaml
@@ -13,11 +13,11 @@ repos:
13
- id: trailing-whitespace
14
- id: end-of-file-fixer
15
- repo: https://github.com/psf/black
16
- rev: 25.1.0
+ rev: 25.9.0
17
18
- id: black
19
- repo: https://github.com/astral-sh/ruff-pre-commit
20
- rev: v0.12.3
+ rev: v0.14.4
21
22
- - id: ruff
+ - id: ruff-check
23
args: ["--fix", "--output-format=full"]
0 commit comments