File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -32,13 +32,13 @@ repos:
3232 stages : [commit-msg]
3333
3434 - repo : https://github.com/compilerla/conventional-pre-commit
35- rev : v2.3 .0
35+ rev : v2.4 .0
3636 hooks :
3737 - id : conventional-pre-commit
3838 stages : [commit-msg]
3939
4040 - repo : https://github.com/charliermarsh/ruff-pre-commit
41- rev : " v0.0.253 "
41+ rev : " v0.0.289 "
4242 hooks :
4343 - id : ruff
4444 name : Code linting
4747 - --fix
4848
4949 - repo : https://github.com/ambv/black
50- rev : 23.1.0
50+ rev : 23.9.1
5151 hooks :
5252 - id : black
5353 name : Code formatting
@@ -65,15 +65,15 @@ repos:
6565 files : ^api/.*\.py$
6666
6767 - repo : https://github.com/pre-commit/mirrors-prettier
68- rev : v3.0.2
68+ rev : v3.0.3
6969 hooks :
7070 - id : prettier
7171 files : ^web/src/.*\.(ts|tsx|js|css|html|json)$
7272 args :
7373 ["--config=web/.prettierrc.js", "--ignore-path=web/.prettierignore"]
7474
7575 - repo : https://github.com/pre-commit/mirrors-eslint
76- rev : " v8.47 .0"
76+ rev : " v8.49 .0"
7777 hooks :
7878 - id : eslint
7979 additional_dependencies :
9191 args : ["--config=web/.eslintrc.json", "--ignore-path=web/.eslintignore"]
9292
9393 - repo : https://github.com/pre-commit/mirrors-mypy
94- rev : v1.0 .1
94+ rev : v1.5 .1
9595 hooks :
9696 - id : mypy
9797 name : Type checking
You can’t perform that action at this time.
0 commit comments