jiaulislam
πŸš€ adding more pre-commit hooks
fe23c24
raw
history blame contribute delete
102 Bytes
[flake8]
ignore = E203, W503, E402
max-line-length = 109
max-complexity = 18
select = B,C,E,F,W,T4,B9