1
0
Fork 0
mirror of https://github.com/python-poetry/install.python-poetry.org.git synced 2024-08-27 05:11:31 -04:00
PoetryInstaller/.flake8
Arun Babu Neelicattu c864942778
Misc. cleanup for project setup (#1)
* ci: fix branch configuration

* readme: add initial content

* add .gitignore

* add code quality checks managed by pre-commit
2021-11-12 18:28:30 -07:00

3 lines
56 B
INI

[flake8]
max-line-length = 88
ignore = E501, E203, W503