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 927eb66 commit 6fdb146Copy full SHA for 6fdb146
.pre-commit-config.yaml
@@ -84,7 +84,7 @@ repos:
84
- id: biome-check
85
args: [--error-on-warnings]
86
additional_dependencies:
87
- - '@biomejs/biome@2.4.6'
+ - '@biomejs/biome@2.4.7'
88
- repo: https://github.com/abravalheri/validate-pyproject
89
rev: v0.25
90
hooks:
biome.json
@@ -1,5 +1,5 @@
1
{
2
- "$schema": "https://biomejs.dev/schemas/2.4.6/schema.json",
+ "$schema": "https://biomejs.dev/schemas/2.4.7/schema.json",
3
"files": {
4
"includes": [
5
"**",
0 commit comments