aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Pipfile b/Pipfile
index 7d71d58e..7b4298c9 100644
--- a/Pipfile
+++ b/Pipfile
@@ -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"