From 23066f6fe414ec809434727485136b7cd84aa5b8 Mon Sep 17 00:00:00 2001 From: Dominic Date: Mon, 19 Jul 2021 17:16:43 +0100 Subject: Update README.md Add paragraph space --- README.md | 5 +++-- 1 file 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). -- cgit v1.2.1