depot/third_party/nixpkgs/pkgs/development/lua-modules/updater/.flake8

9 lines
139 B
Text
Raw Normal View History

[flake8]
# E111 => 4 spaces tabs
# don't let spaces else it is not recognized
# E123 buggy
ignore =
E501,E265,E402
max-line-length = 120