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 0744865Copy full SHA for 0744865
.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: v5.0.0
8
hooks:
9
- id: trailing-whitespace
10
- id: end-of-file-fixer
@@ -15,12 +15,12 @@ repos:
15
args: ["--autofix", "--indent=2", "--no-sort-keys"]
16
17
- repo: https://github.com/psf/black
18
- rev: 23.3.0
+ rev: 24.10.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.8.2"
24
25
- id: ruff
26
args: ["--fix"]
0 commit comments