Include pre-commit in dev requirements.

This commit is contained in:
Emil Stenström 2022-12-25 23:00:38 +01:00
parent 606a8d1522
commit 8ebe65d31e
2 changed files with 21 additions and 10 deletions

View file

@ -3,3 +3,4 @@ tox
pytest pytest
flake8 flake8
isort isort
pre-commit

View file

@ -1,6 +1,6 @@
# #
# This file is autogenerated by pip-compile with python 3.9 # This file is autogenerated by pip-compile with Python 3.11
# To update, run: # by the following command:
# #
# pip-compile requirements-dev.in # pip-compile requirements-dev.in
# #
@ -10,6 +10,8 @@ attrs==22.2.0
# via pytest # via pytest
cachetools==5.2.0 cachetools==5.2.0
# via tox # via tox
cfgv==3.3.1
# via pre-commit
chardet==5.1.0 chardet==5.1.0
# via tox # via tox
colorama==0.4.6 colorama==0.4.6
@ -18,20 +20,22 @@ distlib==0.3.6
# via virtualenv # via virtualenv
django==4.1.4 django==4.1.4
# via -r requirements-dev.in # via -r requirements-dev.in
exceptiongroup==1.1.0
# via pytest
filelock==3.8.2 filelock==3.8.2
# via # via
# tox # tox
# virtualenv # virtualenv
flake8==6.0.0 flake8==6.0.0
# via -r requirements-dev.in # via -r requirements-dev.in
identify==2.5.11
# via pre-commit
iniconfig==1.1.1 iniconfig==1.1.1
# via pytest # via pytest
isort==5.11.4 isort==5.11.4
# via -r requirements-dev.in # via -r requirements-dev.in
mccabe==0.7.0 mccabe==0.7.0
# via flake8 # via flake8
nodeenv==1.7.0
# via pre-commit
packaging==22.0 packaging==22.0
# via # via
# pyproject-api # pyproject-api
@ -45,6 +49,8 @@ pluggy==1.0.0
# via # via
# pytest # pytest
# tox # tox
pre-commit==2.20.0
# via -r requirements-dev.in
pycodestyle==2.10.0 pycodestyle==2.10.0
# via flake8 # via flake8
pyflakes==3.0.1 pyflakes==3.0.1
@ -53,14 +59,18 @@ pyproject-api==1.2.1
# via tox # via tox
pytest==7.2.0 pytest==7.2.0
# via -r requirements-dev.in # via -r requirements-dev.in
pyyaml==6.0
# via pre-commit
sqlparse==0.4.3 sqlparse==0.4.3
# via django # via django
tomli==2.0.1 toml==0.10.2
# via # via pre-commit
# pyproject-api
# pytest
# tox
tox==4.0.16 tox==4.0.16
# via -r requirements-dev.in # via -r requirements-dev.in
virtualenv==20.17.1 virtualenv==20.17.1
# via tox # via
# pre-commit
# tox
# The following packages are considered to be unsafe in a requirements file:
# setuptools