Skip to content

Commit 45f53ed

Browse files
committed
added in flake8 ignore
1 parent 2cf8953 commit 45f53ed

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.flake8

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
2+
[flake8]
3+
doctests = True
4+
exclude =
5+
**/__init__.py
6+
*build/
7+
docs/sphinxext/
8+
docs/tools/
9+
docs/conf.py
10+
arcana/_version.py
11+
versioneer.py
12+
docs/source/conf.py
13+
max-line-length = 88
14+
select = C,E,F,W,B,B950
15+
extend-ignore = E203,E501,E129,W503
16+
per-file-ignores =
17+
__init__.py:F401,F403

0 commit comments

Comments
 (0)