mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-05-31 07:39:44 +03:00
renamed pyproject.toml, added flake8-isort
This commit is contained in:
parent
22932a33cc
commit
0be9bb7a6d
@ -1,2 +0,0 @@
|
|||||||
[tool.autopep8]
|
|
||||||
max_line_length = 120
|
|
6
pyproject.toml
Normal file
6
pyproject.toml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
[tool.autopep8]
|
||||||
|
max_line_length = 120
|
||||||
|
|
||||||
|
[tool.isort]
|
||||||
|
multi_line_output = 5
|
||||||
|
line_length = 119
|
@ -6,6 +6,7 @@ flake8-comprehensions==3.2.3
|
|||||||
flake8-pep3101==1.3.0
|
flake8-pep3101==1.3.0
|
||||||
flake8-polyfill==1.0.2
|
flake8-polyfill==1.0.2
|
||||||
flake8-json
|
flake8-json
|
||||||
|
flake8-isort==3.0.1
|
||||||
pep8-naming==0.11.1
|
pep8-naming==0.11.1
|
||||||
|
|
||||||
# Code formatting tools
|
# Code formatting tools
|
||||||
|
Loading…
x
Reference in New Issue
Block a user