This commit is contained in:
Emil Stenström 2023-09-29 12:48:29 +02:00
commit c0fc6c0a12
2 changed files with 8 additions and 8 deletions

View file

@ -4,7 +4,7 @@ repos:
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: 23.7.0
rev: 23.9.1
hooks:
- id: black
- repo: https://github.com/pycqa/flake8

View file

@ -16,9 +16,9 @@ colorama==0.4.6
# via tox
distlib==0.3.7
# via virtualenv
django==4.2.4
django==4.2.5
# via -r requirements-dev.in
filelock==3.12.2
filelock==3.12.3
# via
# tox
# virtualenv
@ -43,25 +43,25 @@ platformdirs==3.10.0
# via
# tox
# virtualenv
pluggy==1.2.0
pluggy==1.3.0
# via
# pytest
# tox
pre-commit==3.3.3
pre-commit==3.4.0
# via -r requirements-dev.in
pycodestyle==2.11.0
# via flake8
pyflakes==3.1.0
# via flake8
pyproject-api==1.5.4
pyproject-api==1.6.1
# via tox
pytest==7.4.0
pytest==7.4.2
# via -r requirements-dev.in
pyyaml==6.0
# via pre-commit
sqlparse==0.4.4
# via django
tox==4.10.0
tox==4.11.3
# via -r requirements-dev.in
virtualenv==20.24.3
# via