Skip to content

Commit

Permalink
fix wrong info in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
vertti committed Jan 14, 2025
1 parent 16f74c2 commit 25c12c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ poetry shell
pytest
```

To enable linting on each commit, run `pre-commit install`. After that, your every commit will be checked with `isort`, `black` and `flake8`.
To enable linting on each commit, run `pre-commit install`. After that, your every commit will be checked with `ruff` and `mypy`.

## License

Expand Down

0 comments on commit 25c12c4

Please # to comment.