1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-13 07:47:14 +03:00

renamed pyproject.toml, added flake8-isort

This commit is contained in:
A_D 2020-08-06 02:21:27 +02:00
parent 22932a33cc
commit 0be9bb7a6d
No known key found for this signature in database
GPG Key ID: 4BE9EB7DF45076C4
3 changed files with 7 additions and 2 deletions

View File

@ -1,2 +0,0 @@
[tool.autopep8]
max_line_length = 120

6
pyproject.toml Normal file
View File

@ -0,0 +1,6 @@
[tool.autopep8]
max_line_length = 120
[tool.isort]
multi_line_output = 5
line_length = 119

View File

@ -6,6 +6,7 @@ flake8-comprehensions==3.2.3
flake8-pep3101==1.3.0
flake8-polyfill==1.0.2
flake8-json
flake8-isort==3.0.1
pep8-naming==0.11.1
# Code formatting tools