2 Incheckningar 46398383e3 ... a12105558e

Upphovsman SHA1 Meddelande Datum
  Mattias Jakobsson a12105558e Added .venv to .gitignore 6 år sedan
  Mattias Jakobsson 913c7a55e8 Minor update to the README.md 6 år sedan
2 ändrade filer med 2 tillägg och 1 borttagningar
  1. 1 0
      .gitignore
  2. 1 1
      README.md

+ 1 - 0
.gitignore

@@ -4,5 +4,6 @@
 /.pytest_cache/
 /pytest_django_ifactory.egg-info/
 /.tox/
+/.venv/
 __pycache__/
 *.pyc

+ 1 - 1
README.md

@@ -110,7 +110,7 @@ This project uses [black][] to auto-format the code, [flake8][] to
 check it, [pytest][] and [tox][] to test it, and finally
 [check-manifest][] to check the project's
 [MANIFEST.in](MANIFEST.in). To facilitate (and remember) to actually
-use all these tools, [pre-commit][] is used. Hence, the only two hard
+run all these tools, [pre-commit][] is used. Hence, the only two hard
 development requirements are *pre-commit* and *tox*. Install them and
 run