amqtt/.flake8

8 wiersze
191 B
Plaintext
Czysty Zwykły widok Historia

[flake8]
# disable checks already covered by other tools
ignore =
E, # style checked by black
W, # style checked by black
F722, # types checked by mypy
F722 # types checked by mypy