File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 33exclude : ^frontend/src/services/server
44repos :
55 - repo : https://github.com/pre-commit/pre-commit-hooks
6- rev : v5 .0.0
6+ rev : v6 .0.0
77 hooks :
88 - id : trailing-whitespace
99 - id : end-of-file-fixer
@@ -19,15 +19,15 @@ repos:
1919 args : [ --fix=lf ]
2020
2121 - repo : https://github.com/python-poetry/poetry
22- rev : 1.8.0
22+ rev : 2.1.3
2323 hooks :
2424 - id : poetry-check
2525 files : pyproject\.toml$
2626 types : [ file ]
2727 args : [ --lock ]
2828
2929 - repo : https://github.com/astral-sh/ruff-pre-commit
30- rev : v0.7.1
30+ rev : v0.12.9
3131 hooks :
3232 - id : ruff
3333 files : \.py$
3737 types : [ file ]
3838
3939 - repo : https://github.com/pre-commit/mirrors-eslint
40- rev : v9.13 .0
40+ rev : v9.33 .0
4141 hooks :
4242 - id : eslint
4343 files : \.[jt]sx?$ # *.js, *.jsx, *.ts and *.tsx
You can’t perform that action at this time.
0 commit comments