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 e35fde7 commit b94d792Copy full SHA for b94d792
.pre-commit-config.yaml
@@ -4,7 +4,7 @@ ci:
4
5
repos:
6
- repo: https://github.com/pre-commit/pre-commit-hooks
7
- rev: v3.4.0
+ rev: v6.0.0
8
hooks:
9
- id: trailing-whitespace
10
- id: end-of-file-fixer
@@ -14,13 +14,13 @@ repos:
14
- id: pretty-format-json
15
args: ["--autofix", "--indent=2", "--no-sort-keys"]
16
17
- - repo: https://github.com/psf/black
18
- rev: 23.3.0
+ - repo: https://github.com/psf/black-pre-commit-mirror
+ rev: 25.11.0
19
20
- id: black
21
22
- - repo: https://github.com/charliermarsh/ruff-pre-commit
23
- rev: "v0.0.260"
+ - repo: https://github.com/astral-sh/ruff-pre-commit
+ rev: "v0.14.4"
24
25
- id: ruff
26
args: ["--fix"]
0 commit comments