Edm0nd/Pipfile
dece bbacc2fbef pipfile: remove pycodestyle for now
It should be doable to make it work fine with Black but for now I can't
be arsed.
2022-08-15 13:18:23 +02:00

19 lines
254 B
TOML

[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
python-lsp-server = "*"
rope = "*"
pyflakes = "*"
mccabe = "*"
black = "*"
python-lsp-black = "*"
mypy = "*"
pylsp-mypy = "*"
[packages]
irc = "*"
requests = "*"