aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorTrygve Aaberge <trygveaa@gmail.com>2021-03-20 13:41:55 +0100
committerTrygve Aaberge <trygveaa@gmail.com>2021-03-20 13:58:39 +0100
commiteca1a5ae0202008a6685195e7c4e76ceae06f77a (patch)
treeb1ef45919f46c35e1852917c9518ccdf92e946da /Pipfile
parent373baece5094b5bedf10e08ea95d09be3619fd23 (diff)
downloadwee-slack-eca1a5ae0202008a6685195e7c4e76ceae06f77a.tar.gz
Run black check in CI
Thanks to @sudoforge in #828 for this. Closes #828
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Pipfile b/Pipfile
index 2236666..96d85c9 100644
--- a/Pipfile
+++ b/Pipfile
@@ -7,6 +7,7 @@ verify_ssl = true
websocket-client = "*"
[dev-packages]
+black = "*"
mock = "*"
pytest = "*"
flake8 = "*"