We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a59dd5 commit 9c1fae1Copy full SHA for 9c1fae1
.flake8
@@ -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 = E203, W503
.isort.cfg
@@ -0,0 +1,4 @@
+[settings]
+line_length = 115
+multi_line_output = 3
+include_trailing_comma = True
0 commit comments