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 33e2a40 + 08d68ed commit f716dd0Copy full SHA for f716dd0
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.6.0
+ rev: v5.0.0
4
hooks:
5
- id: check-added-large-files
6
- id: check-executables-have-shebangs
@@ -24,7 +24,7 @@ repos:
24
files: ^(.*\.toml)$
25
26
- repo: https://github.com/astral-sh/ruff-pre-commit
27
- rev: v0.6.2
+ rev: v0.6.9
28
29
- id: ruff
30
args: [ --exit-non-zero-on-fix, --fix ]
@@ -33,10 +33,10 @@ repos:
33
- repo: https://github.com/psf/black
34
35
- id: black
36
- rev: 24.8.0
+ rev: 24.10.0
37
38
- repo: https://github.com/LilSpazJoekp/docstrfmt
39
40
- id: docstrfmt
41
require_serial: true
42
- rev: v1.8.0
+ rev: v1.9.0
0 commit comments