forked from kevinheavey/anchorpy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.flake8
10 lines (10 loc) · 758 Bytes
/
.flake8
1
2
3
4
5
6
7
8
9
10
[flake8]
ignore = C812,I001,I003,I004,I005,Q000,RST201,RST203,RST213,RST301,S101,S404,S602,WPS110,WPS111,WPS114,WPS115,WPS118,WPS120,WPS121,WPS122,WPS201,WPS202,WPS210,WPS211,WPS213,WPS214,WPS217,WPS218,WPS221,WPS226,WPS231,WPS234,WPS235,WPS236,WPS230,WPS232,WPS303,WPS306,WPS305,WPS320,WPS326,WPS400,WPS402,WPS410,WPS412,WPS428,WPS430,WPS431,WPS432,WPS436,WPS437,WPS441,WPS442,WPS450,W503,DAR201
exclude = .git,__pycache__,docs/source/conf.py,old,build,dist,.venv,anchor
max-line-length = 88
per-file-ignores =
src/anchorpy/idl.py: WPS226
src/anchorpy/coder/idl.py: WPS235,WPS231
src/anchorpy/__init__.py: D104,WPS412
src/anchorpy/pytest_plugin.py: WPS323
tests/*: D,WPS226,WPS421,E800,S603,S607,WPS420,WPS411,WPS440,WPS204,WPS229,E501