annotate .flake8 @ 452:8045b52f33b9

Merge branch 'master' of https://github.com/amsehili/auditok
author www-data <www-data@c4dm-xenserv-virt2.eecs.qmul.ac.uk>
date Fri, 01 Nov 2024 10:18:01 +0000
parents a378e2e5a867
children
rev   line source
amine@326 1 [flake8]
amine@326 2 ignore = E203, E266, E501, W503, F403, F401
amine@365 3 max-line-length = 80
amine@326 4 max-complexity = 18
amine@326 5 select = B,C,E,F,W,T4,B9