jiaulislam
adding pre-commit hooks for the repository
cb15d3a
raw
history blame
101 Bytes
[flake8]
ignore = E203, W503, E402
max-line-length = 109
max-complexity = 18
select = B,C,E,F,W,T4,B9