diff --git a/.flake8 b/.flake8 index 08809ff7c..5f97fe87c 100644 --- a/.flake8 +++ b/.flake8 @@ -1,9 +1,12 @@ [flake8] ignore = # , # description - E722, # do not use bare except' (done by pylint) - W503, # line break before binary operator - E402, # module level import not at top of file (gtk stuff) + # do not use bare except' (done by pylint) + E722, + # line break before binary operator + W503, + # module level import not at top of file (gtk stuff) + E402, max-line-length = 120 exclude = .venv,venv,.env,env,lutris/game.py max-complexity = 15