www/index.html: add proper project URL and add version variable
[web/firmware-selector-openwrt-org.git] / .flake8
1 [flake8]
2 ignore = E203, E266, E501, W503
3 max-line-length = 88
4 max-complexity = 18
5 select = B,C,E,F,W,T4,B9