We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent beff1e9 commit 8c60cd2Copy full SHA for 8c60cd2
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.5
+ rev: v0.15.6
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.6
+ rev: v2.4.7
24
25
- id: biome-format
26
- repo: https://github.com/tox-dev/pyproject-fmt
27
- rev: v2.16.2
+ rev: v2.18.1
28
29
- id: pyproject-fmt
30
- repo: https://github.com/pre-commit/pre-commit-hooks
0 commit comments