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 62ff402 commit eb2ad11Copy full SHA for eb2ad11
.pre-commit-config.yaml
@@ -10,13 +10,13 @@ repos:
10
11
- repo: https://github.com/astral-sh/ruff-pre-commit
12
# Ruff version.
13
- rev: 'v0.6.1'
+ rev: 'v0.6.9'
14
hooks:
15
- id: ruff
16
args: ["--show-fixes", "--fix"]
17
18
- repo: https://github.com/psf/black-pre-commit-mirror
19
- rev: 24.8.0
+ rev: 24.10.0
20
21
- id: black
22
@@ -47,7 +47,7 @@ repos:
47
additional_dependencies: [mdformat==0.7.17]
48
49
- repo: https://github.com/pre-commit/pre-commit-hooks
50
- rev: v4.6.0
+ rev: v5.0.0
51
52
- id: trailing-whitespace
53
- id: end-of-file-fixer
@@ -67,7 +67,7 @@ repos:
67
- id: validate-cff
68
69
- repo: https://github.com/abravalheri/validate-pyproject
70
- rev: v0.19
+ rev: v0.20.2
71
72
- id: validate-pyproject
73
0 commit comments