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 15a00e4 commit df8b261Copy full SHA for df8b261
1 file changed
.pre-commit-config.yaml
@@ -5,17 +5,17 @@ repos:
5
- id: trailing-whitespace
6
- id: end-of-file-fixer
7
- repo: https://github.com/astral-sh/ruff-pre-commit
8
- rev: v0.15.16
+ rev: v0.15.20
9
hooks:
10
- id: ruff-check
11
args: [--fix, --preview]
12
- id: ruff-format
13
- repo: https://github.com/tox-dev/pyproject-fmt
14
- rev: v2.23.0
+ rev: v2.25.1
15
16
- id: pyproject-fmt
17
- repo: https://github.com/biomejs/pre-commit
18
- rev: v2.4.16
+ rev: v2.5.1
19
20
- id: biome-format
21
- repo: https://github.com/kynan/nbstripout
0 commit comments