mirror of
https://github.com/Garmelon/PFERD.git
synced 2026-04-12 15:35:05 +02:00
Configure code checking and formatting tools
Checking - mypy - flake8 (which uses pyflakes and pycodestyle) Formatting - autopep8 - isort
This commit is contained in:
parent
8b76ebb3ef
commit
3efec53f51
5 changed files with 37 additions and 9 deletions
|
|
@ -15,8 +15,8 @@ install_requires =
|
|||
console_scripts =
|
||||
pferd = PFERD.__main__:main
|
||||
|
||||
[pycodestyle]
|
||||
max-line-length = 110
|
||||
[flake8]
|
||||
max_line_length = 110
|
||||
|
||||
[pylint.FORMAT]
|
||||
max-line-length = 110
|
||||
[isort]
|
||||
line_length = 110
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue