Skip to content

Commit f7ed8a0

Browse files
committed
use interoperable linter config
1 parent 918938f commit f7ed8a0

File tree

2 files changed

+6
-11
lines changed

2 files changed

+6
-11
lines changed

.sublimelinterrc

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

setup.cfg

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[pycodestyle]
2+
max-line-length = 120
3+
[flake8]
4+
max-line-length = 120
5+
[pydocstyle]
6+
ignore = D101,D103

0 commit comments

Comments
 (0)