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 ca217ce commit fbaded6Copy full SHA for fbaded6
1 file changed
.pre-commit-config.yaml
@@ -5,19 +5,19 @@ 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.18
+ rev: v0.15.20
9
hooks:
10
- id: ruff-check
11
args: [--fix]
12
13
args: [--preview, --select=CPY]
14
- id: ruff-format
15
- repo: https://github.com/tox-dev/pyproject-fmt
16
- rev: v2.25.0
+ rev: v2.25.1
17
18
- id: pyproject-fmt
19
- repo: https://github.com/biomejs/pre-commit
20
- rev: v2.5.0
+ rev: v2.5.1
21
22
- id: biome-format
23
- repo: https://github.com/kynan/nbstripout
0 commit comments