Skip to content

Commit

Permalink
Ignore ruff_cache
Browse files Browse the repository at this point in the history
  • Loading branch information
rednafi committed Oct 15, 2024
1 parent e253e61 commit 00c739f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,7 @@ coverage.xml
.git
.mypy_cache
.pytest_cache
.ruff_cache
.github
.hypothesis
.venv
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ If you want to run the app locally, without using Docker, then:
}
```
### Testing, Linting, and Maintenance
### Housekeeping
- Run tests with `make tests` (uses [pytest][pytest]).
- Lint with [ruff] and check types with [mypy] using `make lint`.
Expand Down

0 comments on commit 00c739f

Please sign in to comment.