view .flake8 @ 402:954c1e279068

Remove deprecated code from util.py
author Amine Sehili <amine.sehili@gmail.com>
date Sun, 26 May 2024 17:19:31 +0200
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