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 57177ba commit 32e232fCopy full SHA for 32e232f
.pre-commit-config.yaml
@@ -3,20 +3,20 @@ ci:
3
4
repos:
5
- repo: https://github.com/pre-commit/pre-commit-hooks
6
- rev: v4.6.0
+ rev: v6.0.0
7
hooks:
8
- id: check-yaml
9
- id: end-of-file-fixer
10
- id: fix-encoding-pragma
11
- id: check-toml
12
- id: trailing-whitespace
13
- repo: https://github.com/astral-sh/ruff-pre-commit
14
- rev: v0.5.5
+ rev: v0.14.2
15
16
- id: ruff
17
args: [ --fix, --exit-non-zero-on-fix ]
18
- - repo: https://github.com/psf/black
19
- rev: 24.4.2
+ - repo: https://github.com/psf/black-pre-commit-mirror
+ rev: 25.9.0
20
21
- id: black
22
- repo: local
0 commit comments