Skip to content

Commit 2128210

Browse files
committed
setup: Merge .flake8 with setup.cfg
1 parent 10c0d5c commit 2128210

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

.flake8

Lines changed: 0 additions & 10 deletions
This file was deleted.

setup.cfg

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
[flake8]
2+
max-line-length: 80
3+
# Whether to display the pep8 instructions on failure (can be quite verbose)
4+
show-pep8: False
5+
# Whether to show source code for each failure
6+
show-source: True
7+
# Maximum cyclomatic complexity allowed
8+
max-complexity: 14
9+
format: pylint
10+
exclude: .git,.idea,.eggs,__pycache__,.tox,_skbuild,src,versioneer.py
11+
112
[versioneer]
213
VCS = git
314
versionfile_source = cmake/_version.py

0 commit comments

Comments
 (0)