We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbeae9b commit 0bf818fCopy full SHA for 0bf818f
1 file changed
.pre-commit-config.yaml
@@ -5,7 +5,7 @@ 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.10
+ rev: v0.15.11
9
hooks:
10
- id: ruff-check
11
args: [--fix]
@@ -17,7 +17,7 @@ repos:
17
18
- id: pyproject-fmt
19
- repo: https://github.com/biomejs/pre-commit
20
- rev: v2.4.11
+ rev: v2.4.12
21
22
- id: biome-format
23
- repo: https://github.com/kynan/nbstripout
0 commit comments