We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0c4283 commit fbcc350Copy full SHA for fbcc350
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.4
+ rev: v0.15.5
7
hooks:
8
- id: ruff-check
9
args: ["--fix"]
@@ -13,7 +13,7 @@ repos:
13
id: ruff
14
args: ["--preview", "--select=PLR0917"]
15
- repo: https://github.com/biomejs/pre-commit
16
- rev: v2.4.4
+ rev: v2.4.6
17
18
- id: biome-format
19
- repo: https://github.com/ComPWA/taplo-pre-commit
@@ -34,7 +34,7 @@ repos:
34
- id: no-commit-to-branch
35
args: ["--branch=main"]
36
- repo: https://github.com/codespell-project/codespell
37
- rev: v2.4.1
+ rev: v2.4.2
38
39
- id: codespell
40
additional_dependencies:
0 commit comments