spiegel-keyman/.flake8
Eberhard Beilharz 071df63ac7
feat(linux): Install keyboard on Gnome
This change adds the keyboard to the Gnome input sources after
installing the .kmx file, and removes it on uninstall.

This implements #2728.
2020-06-24 19:13:40 +02:00

5 lines
134 B
INI

[flake8]
max-line-length = 120
ignore =
E402, # module level import not at top of file
W504, # line break after binary operator