Skip to content

Commit

Permalink
MNT: update ruff config in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
kmuehlbauer committed Feb 22, 2024
1 parent 3873c12 commit 8a975d6
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 @@ -72,6 +72,7 @@ exclude = [
"doc",
]

[tool.ruff.lint]
# E402: module level import not at top of file
# E501: line too long - let black worry about that
# E731: do not assign a lambda expression, use a def
Expand Down

0 comments on commit 8a975d6

Please sign in to comment.