view .flake8 @ 443:0fec1621aa3f

Merge branch 'master' of https://github.com/amsehili/auditok
author www-data <www-data@c4dm-xenserv-virt2.eecs.qmul.ac.uk>
date Thu, 31 Oct 2024 08:17:59 +0000
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