File tree Expand file tree Collapse file tree 2 files changed +12
-6
lines changed
Expand file tree Collapse file tree 2 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 1010 pass_filenames : false
1111
1212 - repo : https://github.com/pre-commit/pre-commit-hooks
13- rev : v4.4 .0
13+ rev : v4.6 .0
1414 hooks :
1515 - id : check-ast
1616 language_version : python3.10
@@ -32,13 +32,13 @@ repos:
3232 stages : [commit-msg]
3333
3434 - repo : https://github.com/compilerla/conventional-pre-commit
35- rev : v2 .4.0
35+ rev : v3 .4.0
3636 hooks :
3737 - id : conventional-pre-commit
3838 stages : [commit-msg]
3939
4040 - repo : https://github.com/astral-sh/ruff-pre-commit
41- rev : " v0.4.7 "
41+ rev : " v0.6.3 "
4242 hooks :
4343 - id : ruff
4444 name : Python lint
@@ -50,10 +50,10 @@ repos:
5050 files : ^api/.*\.py$
5151
5252 - repo : https://github.com/biomejs/pre-commit
53- rev : v0.2 .0
53+ rev : v0.4 .0
5454 hooks :
5555 - id : biome-check
56- additional_dependencies : [ "@biomejs/biome@1.8.0 " ]
56+ additional_dependencies : [ "@biomejs/biome@1.8.3 " ]
5757 args : ["--config-path", "web"]
5858
5959
9292 name : codespell
9393 description : Checks for common misspellings in text files.
9494 entry : codespell --toml=api/pyproject.toml
95+ exclude : documentation/docs/changelog/changelog.md
9596 language : python
9697 types : [text]
9798 additional_dependencies :
Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://biomejs.dev/schemas/1.8.0/schema.json" ,
33 "files" : {
4- "ignore" : [" documentation/*" , " api/*" , " web/src/api/generated" ]
4+ "ignore" : [
5+ " documentation/*" ,
6+ " api/*" ,
7+ " web/src/api/generated" ,
8+ " .release-please-manifest.json"
9+ ]
510 },
611 "javascript" : {
712 "formatter" : {
You can’t perform that action at this time.
0 commit comments