Skip to content

Commit

Permalink
Disable line-length lint checks.
Browse files Browse the repository at this point in the history
  • Loading branch information
a-feld committed Aug 29, 2019
1 parent 8c9d0fc commit 01de8d2
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,2 +1,2 @@
[flake8]
ignore = W503,E203
ignore = E501,W503,E203
3 changes: 2 additions & 1 deletion .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ disable=missing-docstring,
too-many-instance-attributes,
too-many-arguments,
ungrouped-imports, # Leave this up to isort
bad-continuation # Leave this up to black
bad-continuation, # Leave this up to black
line-too-long # Leave this up to black

# Enable the message, report, category or checker with the given id(s). You can
# either give multiple identifier separated by comma (,) or put this option
Expand Down

0 comments on commit 01de8d2

Please sign in to comment.