We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e62c34 commit 4bbc4b9Copy full SHA for 4bbc4b9
1 file changed
.pre-commit-config.yaml
@@ -3,14 +3,14 @@
3
exclude: ^sdat2img.py$
4
repos:
5
- repo: https://github.com/pre-commit/pre-commit-hooks
6
- rev: v5.0.0
+ rev: v6.0.0
7
hooks:
8
- id: trailing-whitespace
9
- id: end-of-file-fixer
10
- id: check-yaml
11
- id: check-added-large-files
12
- repo: https://github.com/astral-sh/ruff-pre-commit
13
- rev: v0.8.0
+ rev: v0.14.4
14
15
- id: ruff
16
args: [--fix]
0 commit comments