Skip to content

Commit

Permalink
Updates to flake8 to make it pass
Browse files Browse the repository at this point in the history
  • Loading branch information
atorkmabrains committed Jan 31, 2023
1 parent c191703 commit 2cb9148
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .flake8
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

[flake8]
max-line-length = 88
max-complexity = 18
Expand All @@ -22,3 +21,5 @@ exclude =
.tox,
extra,
deprecated,
env,

2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
__pycache__/
*.py[cod]
*$py.class
*.lyrdb


# C extensions
*.so
Expand Down

0 comments on commit 2cb9148

Please sign in to comment.