Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0bc672 commit 23066f6Copy full SHA for 23066f6
README.md
@@ -115,8 +115,9 @@ To typecheck, run: `mypy -p git`
115
116
To test, run: `pytest`
117
118
-Configuration for flake8 is in the root/.flake8 file.
119
-Configurations for mypy, pytest and coverage.py are in root/pyproject.toml.
+Configuration for flake8 is in the ./.flake8 file.
+
120
+Configurations for mypy, pytest and coverage.py are in ./pyproject.toml.
121
122
The same linting and testing will also be performed against different supported python versions
123
upon submitting a pull request (or on each push if you have a fork with a "main" branch and actions enabled).
0 commit comments