aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Pipfile b/Pipfile
index 6ffc2136..90707d25 100644
--- a/Pipfile
+++ b/Pipfile
@@ -4,7 +4,7 @@ verify_ssl = true
name = "pypi"
[packages]
-"discord-py" = {ref = "rewrite", git = "https://github.com/Rapptz/discord.py"}
+discord-py = {ref = "rewrite",git = "https://github.com/Rapptz/discord.py"}
arrow = "*"
beautifulsoup4 = "*"
aiodns = "*"
@@ -18,6 +18,7 @@ pytz = "*"
"flake8-tidy-imports" = "*"
"flake8-todo" = "*"
"flake8-string-format" = "*"
+pre-commit = "*"
[requires]
python_version = "3.7"
@@ -25,3 +26,4 @@ python_version = "3.7"
[scripts]
start = "python -m bot"
lint = "flake8 bot"
+precommit = "pre-commit install"