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 dce1b28 + 20089c4 commit 6a25323Copy full SHA for 6a25323
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.5.0
+ rev: v4.6.0
4
hooks:
5
- id: check-executables-have-shebangs
6
- id: check-merge-conflict
@@ -13,7 +13,7 @@ repos:
13
args: [--fix, lf]
14
- id: trailing-whitespace
15
- repo: https://github.com/astral-sh/ruff-pre-commit
16
- rev: "v0.3.4"
+ rev: "v0.3.7"
17
18
- id: ruff
19
args: [--fix, --exit-non-zero-on-fix]
@@ -29,7 +29,7 @@ repos:
29
types: [file, yaml]
30
entry: yamllint --strict
31
- repo: https://github.com/psf/black
32
- rev: 24.3.0
+ rev: 24.4.0
33
34
- name: black
35
id: black
0 commit comments