Skip to content

Instantly share code, notes, and snippets.

View mhsiddiqui's full-sized avatar

Muhammad Hassan Siddiqi mhsiddiqui

View GitHub Profile
@andyreagan
andyreagan / .flake8
Created July 14, 2020 03:12
Standard pre commit and isort, flake8 settings
[flake8]
max-line-length = 88
max-complexity = 12
select = C,E,F,W,B,B950
ignore = E203, E501, W503