We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a71d45 commit 39cdd50Copy full SHA for 39cdd50
.pre-commit-config.yaml
@@ -25,12 +25,12 @@ repos:
25
- id: codespell
26
additional_dependencies: ["tomli"]
27
- repo: https://github.com/biomejs/pre-commit
28
- rev: v0.6.1 # Use the sha / tag you want to point at
+ rev: v2.0.0-beta.5 # Use the sha / tag you want to point at
29
hooks:
30
- id: biome-format # not using check becasue there are lots of things that need fixed
31
additional_dependencies: ["@biomejs/[email protected]"]
32
- repo: https://github.com/astral-sh/ruff-pre-commit
33
- rev: v0.9.6
+ rev: v0.11.12
34
35
- id: ruff
36
args: [--fix]
0 commit comments