Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d989a27

Browse files
committed
Ignore lambda function definition flake8 warning
1 parent 73b8043 commit d989a27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ repos:
2222
rev: 4.0.1
2323
hooks:
2424
- id: flake8
25-
args: ['--max-line-length=88', '--ignore=W503,E402,E741']
25+
args: ['--max-line-length=88', '--ignore=W503,E402,E731,E741']
2626

2727
# apply once this handles long tables better
2828
# - repo: https://github.com/PyCQA/doc8

0 commit comments

Comments
 (0)