We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f760a04 commit 02bf323Copy full SHA for 02bf323
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.14.9
+ rev: v0.14.10
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.3.8
+ rev: v2.3.10
21
22
- id: biome-format
23
- repo: https://github.com/kynan/nbstripout
0 commit comments