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 6679ec2 commit e548c2fCopy full SHA for e548c2f
.pre-commit-config.yaml
@@ -3,14 +3,14 @@ ci:
3
4
repos:
5
- repo: https://github.com/pre-commit/pre-commit-hooks
6
- rev: v4.6.0
+ rev: v5.0.0
7
hooks:
8
- id: trailing-whitespace
9
exclude: .github/|tests/testdata
10
- id: end-of-file-fixer
11
exclude: tests/testdata
12
- repo: https://github.com/astral-sh/ruff-pre-commit
13
- rev: "v0.6.8"
+ rev: "v0.6.9"
14
15
- id: ruff
16
args: ["--fix"]
@@ -33,7 +33,7 @@ repos:
33
- id: black-disable-checker
34
exclude: tests/test_nodes_lineno.py
35
- repo: https://github.com/psf/black
36
- rev: 24.8.0
+ rev: 24.10.0
37
38
- id: black
39
args: [--safe, --quiet]
0 commit comments