We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f9b5ca commit 6e7232cCopy full SHA for 6e7232c
1 file changed
.pre-commit-config.yaml
@@ -3,7 +3,7 @@ ci:
3
4
repos:
5
- repo: https://github.com/astral-sh/ruff-pre-commit
6
- rev: v0.15.9
+ rev: v0.15.10
7
hooks:
8
- id: ruff-check
9
args: ["--fix"]
@@ -20,11 +20,11 @@ repos:
20
- --sort-by-bibkey
21
- --drop=abstract
22
- repo: https://github.com/biomejs/pre-commit
23
- rev: v2.4.10
+ rev: v2.4.11
24
25
- id: biome-format
26
- repo: https://github.com/tox-dev/pyproject-fmt
27
- rev: v2.21.0
+ rev: v2.21.1
28
29
- id: pyproject-fmt
30
- repo: https://github.com/pre-commit/pre-commit-hooks
0 commit comments