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 423f6f4 + 084885b commit 0b6402eCopy full SHA for 0b6402e
.pre-commit-config.yaml
@@ -3,24 +3,24 @@ default_language_version:
3
exclude: ^(tests/testfiles/)
4
repos:
5
- repo: https://github.com/charliermarsh/ruff-pre-commit
6
- rev: v0.6.5
+ rev: v0.6.9
7
hooks:
8
- id: ruff
9
args: [--fix]
10
- repo: https://github.com/pre-commit/pre-commit-hooks
11
- rev: v4.6.0
+ rev: v5.0.0
12
13
- id: check-yaml
14
- id: fix-encoding-pragma
15
args: [--remove]
16
- id: end-of-file-fixer
17
- id: trailing-whitespace
18
- repo: https://github.com/psf/black
19
- rev: 24.8.0
+ rev: 24.10.0
20
21
- id: black
22
- repo: https://github.com/asottile/blacken-docs
23
- rev: 1.18.0
+ rev: 1.19.0
24
25
- id: blacken-docs
26
additional_dependencies: [black]
0 commit comments