Adapts linter workflow to black

This commit is contained in:
tek
2023-06-14 01:05:14 +02:00
parent bdd36a9179
commit a1481683e3
3 changed files with 17 additions and 1 deletions
+5 -1
View File
@@ -54,7 +54,8 @@ ignore =
F401,
E127,
W503,
E226
E226,
E203
[pylint]
score = no
@@ -89,3 +90,6 @@ disable =
[mypy]
ignore_missing_imports = True
[isort]
profile=black