diff options
| author | 2020-03-04 09:21:18 -0800 | |
|---|---|---|
| committer | 2020-03-04 09:21:18 -0800 | |
| commit | 7fa0f8ccc3b60f85ccb2b6d24226823568c1a856 (patch) | |
| tree | b0fcaf408914a5b18da12d9b54f517850172d081 /Pipfile | |
| parent | Merge branch 'master' into antimalware-logging (diff) | |
| parent | Merge pull request #816 from python-discord/extensions-cog-docstring-deprecat... (diff) | |
Merge branch 'master' into antimalware-logging
Diffstat (limited to 'Pipfile')
| -rw-r--r-- | Pipfile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -31,6 +31,7 @@ flake8-import-order = "~=0.18" flake8-string-format = "~=0.2" flake8-tidy-imports = "~=4.0" flake8-todo = "~=0.7" +pep8-naming = "~=0.9" pre-commit = "~=2.1" safety = "~=1.8" unittest-xml-reporting = "~=3.0" @@ -41,7 +42,7 @@ python_version = "3.8" [scripts] start = "python -m bot" -lint = "python -m flake8" +lint = "pre-commit run --all-files" precommit = "pre-commit install" build = "docker build -t pythondiscord/bot:latest -f Dockerfile ." push = "docker push pythondiscord/bot:latest" |