Skip to content

Instantly share code, notes, and snippets.

View mhsiddiqui's full-sized avatar

Muhammad Hassan Siddiqi mhsiddiqui

View GitHub Profile
@mhsiddiqui
mhsiddiqui / .flake8
Created October 17, 2024 20:10 — forked from andyreagan/.flake8
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