nixpkgs-immich/pkgs/development/lua-modules/updater/.flake8

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
139 B
Plaintext
Raw Permalink Normal View History

2024-09-17 10:23:40 -06:00
[flake8]
# E111 => 4 spaces tabs
# don't let spaces else it is not recognized
# E123 buggy
ignore =
E501,E265,E402
max-line-length = 120