summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDominic <yobmod@gmail.com>2021-07-19 17:16:43 +0100
committerGitHub <noreply@github.com>2021-07-19 17:16:43 +0100
commit23066f6fe414ec809434727485136b7cd84aa5b8 (patch)
treeeb70d8b313acd8164f4d1c9cb8bc785a15113a13 /README.md
parentf0bc672b6056778e358c8f5844b093d2742d00ab (diff)
downloadgitpython-23066f6fe414ec809434727485136b7cd84aa5b8.tar.gz
Update README.md
Add paragraph space
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 2cd68d69..5087dbcc 100644
--- a/README.md
+++ b/README.md
@@ -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).