mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-06-08 03:12:33 +03:00
Merge pull request #664 from A-UNDERSCORE-D/linting/import-order
Add flake8-isort for import order
This commit is contained in:
commit
4d7b60507c
@ -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