diff options
| author | 2019-01-19 18:27:27 -0500 | |
|---|---|---|
| committer | 2019-01-19 18:27:27 -0500 | |
| commit | 4e17a1ce0315cfbaee041974e9303413aec35c16 (patch) | |
| tree | 9024a323f29a75a877a83fa225d088c5cba7cfd0 /Pipfile | |
| parent | Update Contributor doc (diff) | |
Add precommit dev dependency and relock
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" |