diff options
author | 2024-07-30 19:48:09 +0200 | |
---|---|---|
committer | 2024-08-01 18:05:00 +0200 | |
commit | 72d370e8bda7f7b02b2f1bb3d0bafdfc6dd2a03a (patch) | |
tree | 7ac4cf7e91727a7f0383d3a62528ca200d0dc3ad | |
parent | Configure Loki to retain logs for 30 days maximum (diff) |
Document local linting workflow
Closes #422.
-rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -33,3 +33,13 @@ Infrastructure-related documentation ("the big picture"), can be found in [`docs Many folders have a `README.md` file within them, which have more detailed explanations on what that folder, and the files within, is used for. + +## Linting + +To lint everything with `pre-commit` locally, run the command + +```sh +$ poetry run task lint +``` + +Any trivial errors (formatting, minor linting problems) will automatically be fixed. |