Skip to content

Commit

Permalink
chore: handle deprecated linter settings
Browse files Browse the repository at this point in the history
  • Loading branch information
felix-seifert committed Mar 18, 2024
1 parent db4205c commit 2d1dda7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ markers = [
src = ["src"]

# Ignore line length limitation
ignore = ["E501"]
lint.ignore = ["E501"]

0 comments on commit 2d1dda7

Please sign in to comment.