We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e1bfd4 commit 416e9d1Copy full SHA for 416e9d1
1 file changed
.pre-commit-config.yaml
@@ -1,15 +1,15 @@
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-yaml
6
- id: end-of-file-fixer
7
- id: trailing-whitespace
8
- repo: https://github.com/astral-sh/ruff-pre-commit
9
- rev: v0.1.0
+ rev: v0.14.11
10
11
- - id: ruff
+ - id: ruff-check
12
- repo: https://github.com/psf/black
13
- rev: 23.9.1
+ rev: 25.12.0
14
15
- id: black
0 commit comments