Skip to content

Commit

Permalink
Fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermef committed May 30, 2022
1 parent a51590c commit ccc74b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .flake8
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[flake8]
ignore = W801,E501,W605,W504,W606,W503,E203,E266
ignore = W801,E501,W605,W504,W606,W503,E203,E266,W1505
max-line-length = 88
max-complexity = 20
select = B,C,E,F,W,T4
Expand Down
3 changes: 2 additions & 1 deletion pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@ disable=
R0915,
C0103,
E0110,
R1732
R1732,
W1505

0 comments on commit ccc74b8

Please sign in to comment.