summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorHugo van Kemenade <hugovk@users.noreply.github.com>2023-01-16 17:52:25 +0200
committerHugo van Kemenade <hugovk@users.noreply.github.com>2023-01-16 18:03:33 +0200
commit8a8047438ef9c3a7ec4ea1fff34ffa3e497c9a06 (patch)
treeb76039d9ebb1b0789449b51dfea93b41a9259ae1 /README.md
parent496c69c5328b366ff3b86e25652683e528eec034 (diff)
downloadgitpython-8a8047438ef9c3a7ec4ea1fff34ffa3e497c9a06.tar.gz
Lint with Flake8 via pre-commit
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 54a735e5..82c5c9e0 100644
--- a/README.md
+++ b/README.md
@@ -107,7 +107,7 @@ with MINGW's.
Ensure testing libraries are installed.
In the root directory, run: `pip install -r test-requirements.txt`
-To lint, run: `flake8`
+To lint, run: `pre-commit run --all-files`
To typecheck, run: `mypy -p git`