Skip to content

Commit 802f057

Browse files
committed
add flake8 file
1 parent e2e0ead commit 802f057

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.flake8

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[flake8]
2+
exclude =
3+
.git,
4+
__pycache__,
5+
build,
6+
dist,
7+
versioneer.py,
8+
labpdfproc/_version.py,
9+
doc/manual/source/conf.py
10+
max-line-length = 115
11+
# Ignore some style 'errors' produced while formatting by 'black'
12+
ignore = W503

0 commit comments

Comments
 (0)