Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update README.md
Add paragraph space
  • Loading branch information
Yobmod authored Jul 19, 2021
commit 23066f6fe414ec809434727485136b7cd84aa5b8
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,9 @@ To typecheck, run: `mypy -p git`

To test, run: `pytest`

Configuration for flake8 is in the root/.flake8 file.
Configurations for mypy, pytest and coverage.py are in root/pyproject.toml.
Configuration for flake8 is in the ./.flake8 file.

Configurations for mypy, pytest and coverage.py are in ./pyproject.toml.

The same linting and testing will also be performed against different supported python versions
upon submitting a pull request (or on each push if you have a fork with a "main" branch and actions enabled).
Expand Down