aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile20
1 files changed, 10 insertions, 10 deletions
diff --git a/Pipfile b/Pipfile
index 3327d72e..7b4298c9 100644
--- a/Pipfile
+++ b/Pipfile
@@ -24,20 +24,20 @@ django-allauth = "~=0.40"
sentry-sdk = "~=0.14"
[dev-packages]
-coverage = "~=4.5.3"
+coverage = "~=5.0"
flake8 = "~=3.7"
-flake8-annotations = "~=1.1"
+flake8-annotations = "~=2.0"
flake8-bandit = "~=2.1"
-flake8-bugbear = "~=19.8"
-flake8-docstrings = "~=1.4"
+flake8-bugbear = "~=20.1"
+flake8-docstrings = "~=1.5"
flake8-import-order = "~=0.18"
-flake8-string-format = "~=0.2"
-flake8-tidy-imports = "~=2.0"
+flake8-string-format = "~=0.3"
+flake8-tidy-imports = "~=4.0"
flake8-todo = "~=0.7"
mccabe = "~=0.6.1"
-pep8-naming = "~=0.8.2"
-pre-commit = "~=1.18"
-unittest-xml-reporting = "~=2.5.1"
+pep8-naming = "~=0.9"
+pre-commit = "~=2.1"
+unittest-xml-reporting = "~=3.0"
[requires]
python_version = "3.7"
@@ -48,5 +48,5 @@ makemigrations = "python manage.py makemigrations"
django_shell = "python manage.py shell"
test = "coverage run manage.py test"
report = "coverage report -m"
-lint = "flake8"
+lint = "pre-commit run --all-files"
precommit = "pre-commit install"