diff options
Diffstat (limited to 'Pipfile')
| -rw-r--r-- | Pipfile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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" |