Skip to content

Commit 23066f6

Browse files
authored
Update README.md
Add paragraph space
1 parent f0bc672 commit 23066f6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,9 @@ To typecheck, run: `mypy -p git`
115115

116116
To test, run: `pytest`
117117

118-
Configuration for flake8 is in the root/.flake8 file.
119-
Configurations for mypy, pytest and coverage.py are in root/pyproject.toml.
118+
Configuration for flake8 is in the ./.flake8 file.
119+
120+
Configurations for mypy, pytest and coverage.py are in ./pyproject.toml.
120121

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

0 commit comments

Comments
 (0)