fix repo locations
All checks were successful
gl/check check status: success (9ff2ca05fca17fb8580431c6630e9d329128f594)
gl/gate gate status: success (9ff2ca05fca17fb8580431c6630e9d329128f594)

This commit is contained in:
Artem Goncharov 2023-06-01 10:51:53 +02:00
parent 408b2ece89
commit 9ff2ca05fc
2 changed files with 55 additions and 78 deletions

File diff suppressed because it is too large Load Diff

View File

@ -20,6 +20,6 @@ commands = {posargs}
[flake8]
# E123, E125 skipped as they are invalid PEP-8.
show-source = True
ignore = E123,E125,W503
ignore = E123,E125,E501,W503
builtins = _
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build