Skip to content

Commit 84f6097

Browse files
sbscullySamuel Scully
andauthored
Switch to Flake8 for lint (#65)
* Replace pylint with flake8 * Autofix flake8 lint * Fix line length lint * Fix formatting for older python versions * Line ending * Remove very out of date docs files --------- Co-authored-by: Samuel Scully <[email protected]>
1 parent 6192aa9 commit 84f6097

28 files changed

+223
-904
lines changed

.flake8

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[flake8]
2+
max-line-length = 120
3+
exclude = .git,__pycache__,build,dist
4+
ignore = W503
5+
per-file-ignores =
6+
__init__.py: F401

docs/Makefile

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

0 commit comments

Comments
 (0)