Skip to content

Commit

Permalink
Ignore E731 error in linter
Browse files Browse the repository at this point in the history
Currently in doesn't make sense to rewrite lambda assignments
  • Loading branch information
webknjaz committed Mar 17, 2017
1 parent 3746832 commit 3390867
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
# 79 chars is too strict and we don't have 80-char terminals nowadays,
# 160 chars is too much since it doesn't let us use split view efficiently:
- --max-line-length=120
- --ignore=E731
- id: check-merge-conflict
- id: double-quote-string-fixer
- id: end-of-file-fixer
Expand Down

0 comments on commit 3390867

Please sign in to comment.