mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-09-30 03:43:18 -07:00
test diff
This commit is contained in:
parent
e53179aad6
commit
54bb5f2fe9
2 changed files with 3495 additions and 10534 deletions
14021
client/package-lock.json
generated
14021
client/package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -250,13 +250,13 @@ as `poetry run tox`.
|
||||||
|
|
||||||
Each run can take a while to build the whole environment. If you'd like to save time,
|
Each run can take a while to build the whole environment. If you'd like to save time,
|
||||||
you can use the previously built environment by running `poetry run tox -e lint`
|
you can use the previously built environment by running `poetry run tox -e lint`
|
||||||
which will drastically speed up the process.
|
which will drastically speed up the linting process.
|
||||||
|
|
||||||
### Configuring pre-commit hooks
|
### Configuring pre-commit hooks
|
||||||
|
|
||||||
To promote consistent code style and quality, we use git pre-commit hooks to
|
To promote consistent code style and quality, we use git pre-commit hooks to
|
||||||
automatically lint and reformat our code before every commit we make to the codebase.
|
automatically lint and reformat our code before every commit we make to the codebase.
|
||||||
Pre-commit hooks are defined in
|
Pre-commit hooks are defined in the file
|
||||||
<!-- markdown-link-check-disable -->
|
<!-- markdown-link-check-disable -->
|
||||||
[`.pre-commit-config.yaml`](../.pre-commit-config.yaml).
|
[`.pre-commit-config.yaml`](../.pre-commit-config.yaml).
|
||||||
<!-- markdown-link-check-enable -->
|
<!-- markdown-link-check-enable -->
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue