Resolved commented issues

feature/product_models_refactor
KarolG 2023-05-15 16:37:53 +02:00
rodzic 385e893519
commit 0af8908917
4 zmienionych plików z 6 dodań i 7 usunięć

Wyświetl plik

@ -1,2 +0,0 @@
[flake8]
max-doc-length = 72

Wyświetl plik

@ -1,4 +0,0 @@
{
"python.linting.flake8Enabled": true,
"python.linting.enabled": true
}

Wyświetl plik

@ -1,5 +1,8 @@
[tool.flake8]
max-line-length = 120
[tool.black]
line-length = 79
line-length = 119
[tool.isort]
profile = "black"

Wyświetl plik

@ -1,2 +1,4 @@
FLAKE8>=6.0.0
pre-commit>=3.3.1
isort>=5.12
black>=23.3.0