Resolved commented issues
rodzic
385e893519
commit
0af8908917
|
@ -1,2 +0,0 @@
|
|||
[flake8]
|
||||
max-doc-length = 72
|
|
@ -1,4 +0,0 @@
|
|||
{
|
||||
"python.linting.flake8Enabled": true,
|
||||
"python.linting.enabled": true
|
||||
}
|
|
@ -1,5 +1,8 @@
|
|||
[tool.flake8]
|
||||
max-line-length = 120
|
||||
|
||||
[tool.black]
|
||||
line-length = 79
|
||||
line-length = 119
|
||||
|
||||
[tool.isort]
|
||||
profile = "black"
|
||||
|
|
|
@ -1,2 +1,4 @@
|
|||
FLAKE8>=6.0.0
|
||||
pre-commit>=3.3.1
|
||||
isort>=5.12
|
||||
black>=23.3.0
|
Ładowanie…
Reference in New Issue