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.
2 parents 6d27593 + 2b5f117 commit a4d5120Copy full SHA for a4d5120
1 file changed
.pre-commit-config.yaml
@@ -15,12 +15,12 @@ repos:
15
args: [--fix, lf]
16
- id: trailing-whitespace
17
- repo: https://github.com/astral-sh/ruff-pre-commit
18
- rev: "v0.14.7"
+ rev: "v0.14.8"
19
hooks:
20
- id: ruff
21
args: [--fix, --exit-non-zero-on-fix]
22
- repo: https://github.com/psf/black-pre-commit-mirror
23
- rev: 25.11.0
+ rev: 25.12.0
24
25
- name: black
26
id: black
0 commit comments