Skip to content

Commit

Permalink
chore: disable E731 check (do not assign a lambda expression, use a…
Browse files Browse the repository at this point in the history
… `def`)
  • Loading branch information
vsheg committed Sep 3, 2024
1 parent c82897c commit f05b406
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ ignore = [
"D200", # one-line docstring should fit on one line
"D202", # no blank lines allowed after function docstring
"D212", # start docstring on a first line
"E731", # do not assign a `lambda` expression, use a `def`
]
pydocstyle.convention = "google"

Expand Down

0 comments on commit f05b406

Please sign in to comment.