Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
aaltat committed Feb 1, 2025
1 parent 2490139 commit a9fe93a
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 @@ -10,7 +10,7 @@ lint.ignore = [
"N818", # Exception name check is disabled
"PTH100", # abspath is OK
"B904", # Raise inside except block
"RET503", # Return statement in finally block
"RET503", # Not having return is OK
]
target-version = "py38"
lint.select = [
Expand Down

0 comments on commit a9fe93a

Please sign in to comment.