Skip to content

Commit

Permalink
Remove flake8 from requirements and update pip-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
yschneider-sinneria authored and Archaeopteryx committed Feb 2, 2024
1 parent 8028121 commit 81af089
Show file tree
Hide file tree
Showing 4 changed files with 537 additions and 505 deletions.
6 changes: 3 additions & 3 deletions docs/backend_tasks.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Running the tests

You can run flake8 and the pytest suite inside Docker, using:
You can run the linter and the pytest suite inside Docker, using:

```bash
docker-compose run backend ./runtests.sh
Expand Down Expand Up @@ -37,10 +37,10 @@ Then run the individual tools within that shell, like so:

For more options, see `pytest --help` or <https://docs.pytest.org/en/stable/usage.html>.

- [flake8](https://flake8.readthedocs.io/):
- [Ruff](https://docs.astral.sh/ruff/):

```bash
flake8
ruff check .
```

## Hide Jobs with Tiers
Expand Down
Loading

0 comments on commit 81af089

Please sign in to comment.