Log error when jack port renaming fails
[jack_mixer.git] / .flake8
blobc8960a7c471b585a76cde30fe7ec3c6f6baf0a82
1 [flake8]
2 ignore = E116, E265, E266, E731, W503, W504
3 max-line-length = 99
4 extend-exclude =
5     build,
6     builddir,
7     data,
8     dist,
9     nsmclient.py
10 per-file-ignores =
11     # import not at top of file due to gi.require_version
12     app.py: E402