2 Ревизии 46398383e3 ... a12105558e

Автор SHA1 Съобщение Дата
  Mattias Jakobsson a12105558e Added .venv to .gitignore преди 6 години
  Mattias Jakobsson 913c7a55e8 Minor update to the README.md преди 6 години
променени са 2 файла, в които са добавени 2 реда и са изтрити 1 реда
  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