Update pre-commit-config.yaml and Makefile
This commit is contained in:
parent
2eb2f3bec6
commit
89595d4a14
2 changed files with 2 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
repos:
|
||||
- repo: https://github.com/pre-commit/mirrors-eslint
|
||||
rev: "96c6321"
|
||||
rev: "v9.1.1"
|
||||
hooks:
|
||||
- id: eslint
|
||||
files: \.[jt]sx?$ # *.js, *.jsx, *.ts and *.tsx
|
||||
|
|
|
|||
1
Makefile
1
Makefile
|
|
@ -123,6 +123,7 @@ setup_devcontainer:
|
|||
setup_env:
|
||||
@sh ./scripts/setup/update_poetry.sh 1.8.2
|
||||
@sh ./scripts/setup/setup_env.sh
|
||||
@poetry run pre-commit autoupdate && poetry run pre-commit install
|
||||
|
||||
frontend:
|
||||
make install_frontend
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue