Mercurial > hg > auditok
view .flake8 @ 455:7dae98b84cdd tip master
Merge branch 'master' of https://github.com/amsehili/auditok
author | www-data <www-data@c4dm-xenserv-virt2.eecs.qmul.ac.uk> |
---|---|
date | Tue, 03 Dec 2024 09:18:01 +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