We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2e1bfd4 + 20cbd7b commit 87c65b5Copy full SHA for 87c65b5
1 file changed
.pre-commit-config.yaml
@@ -1,15 +1,16 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.5.0
+ rev: v6.0.0
4
hooks:
5
+ - id: check-toml
6
- id: check-yaml
7
- id: end-of-file-fixer
8
- id: trailing-whitespace
9
- repo: https://github.com/astral-sh/ruff-pre-commit
- rev: v0.1.0
10
+ rev: v0.14.11
11
- - id: ruff
12
+ - id: ruff-check
13
- repo: https://github.com/psf/black
- rev: 23.9.1
14
+ rev: 25.12.0
15
16
- id: black
0 commit comments