view .flake8 @ 427:e98507ccf4ed

Use Github Actions for CI
author Amine Sehili <amine.sehili@gmail.com>
date Tue, 29 Oct 2024 18:52:13 +0100
parents a378e2e5a867
children
line wrap: on
line source
[flake8]
ignore = E203, E266, E501, W503, F403, F401
max-line-length = 80
max-complexity = 18
select = B,C,E,F,W,T4,B9