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 9b06245 commit 1829b08Copy full SHA for 1829b08
.pre-commit-config.yaml
@@ -1,12 +1,12 @@
1
---
2
repos:
3
- repo: https://github.com/astral-sh/ruff-pre-commit
4
- rev: v0.0.292
+ rev: v0.11.7
5
hooks:
6
- id: ruff
7
args: [--fix, --exit-non-zero-on-fix]
8
- repo: https://github.com/pre-commit/pre-commit-hooks
9
- rev: v4.5.0
+ rev: v5.0.0
10
11
- id: end-of-file-fixer
12
- id: trailing-whitespace
@@ -19,7 +19,7 @@ repos:
19
args: ['--unsafe']
20
files: .*\.(yaml|yml)$
21
- repo: https://github.com/adrienverge/yamllint.git
22
- rev: v1.32.0
+ rev: v1.37.0
23
24
- id: yamllint
25
files: \.(yaml|yml)$
0 commit comments