Skip to content

Commit

Permalink
MNT #481 flake8 configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Jan 14, 2021
1 parent 6a72405 commit 6b15471
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .flake8
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[flake8]
exclude =
.git,
__pycache__,
build,
dist,
versioneer.py,
docs/source,
apstools/_version.py,
ideas
max-line-length = 115
ignore: E226,E402,E741,W503,W504

0 comments on commit 6b15471

Please sign in to comment.