We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69ae5ae commit c3e014eCopy full SHA for c3e014e
1 file changed
.pre-commit-config.yaml
@@ -4,18 +4,18 @@
4
5
repos:
6
- repo: https://github.com/pre-commit/pre-commit-hooks
7
- rev: v4.5.0
+ rev: v6.0.0
8
hooks:
9
- id: check-yaml
10
- id: end-of-file-fixer
11
- id: trailing-whitespace
12
- repo: https://github.com/astral-sh/ruff-pre-commit
13
- rev: v0.3.4
+ rev: v0.15.10
14
15
- id: ruff-format
16
- id: ruff
17
args: ["--fix"]
18
- repo: https://github.com/fsfe/reuse-tool
19
- rev: v3.0.1
+ rev: v6.2.0
20
21
- id: reuse
0 commit comments