Skip to content

Commit

Permalink
Linter rules: Ignore lambda expression assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse Lentz committed Dec 17, 2024
1 parent 534c190 commit 802168e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ console_scripts =
show-source = True
statistics = True
max-line-length = 120
extend-ignore = C901
extend-ignore = C901, E731
per-file-ignores =
__init__.py: F401

0 comments on commit 802168e

Please sign in to comment.