forked from kevinheavey/anchorpy
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path.flake8
15 lines (14 loc) · 1 KB
/
.flake8
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[flake8]
ignore = B023,C417,C812,D100,D101,D102,D103,D104,D107,E742,I001,I003,I004,I005,N818,Q000,RST201,RST203,RST213,RST301,S101,S404,S602,WPS110,WPS111,WPS114,WPS115,WPS118,WPS120,WPS121,WPS122,WPS201,WPS202,WPS204,WPS210,WPS211,WPS212,WPS213,WPS214,WPS217,WPS218,WPS221,WPS223,WPS226,WPS227,WPS228,WPS231,WPS234,WPS235,WPS236,WPS237,WPS230,WPS232,WPS238,WPS300,WPS303,WPS306,WPS305,WPS320,WPS326,WPS336,WPS337,WPS400,WPS402,WPS407,WPS410,WPS412,WPS428,WPS430,WPS431,WPS432,WPS436,WPS437,WPS441,WPS442,WPS458,WPS450,WPS506,WPS529,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: WPS412
src/anchorpy/pytest_plugin.py: WPS323
src/anchorpy/template.py: P103
src/anchorpy/cli.py: WPS404,B008
tests/*: D,WPS226,WPS421,E800,S603,S607,WPS420,WPS411,WPS440,WPS204,WPS229,E501
__init__.py:F401
tests/**/__init__.py:F401