flake8: update flake8 ignore and exclude to match ci settings

This commit is contained in:
brian khuu 2024-04-10 15:40:12 +10:00
parent 9ad587a5ee
commit c220e353f3

View file

@ -1,3 +1,4 @@
[flake8]
max-line-length = 125
ignore = W503
ignore = E203,E211,E221,E225,E231,E241,E251,E261,E266,E501,E701,E704,W503
exclude = examples/*,examples/*/**,*/**/__init__.py