Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
un33k committed Nov 23, 2023
1 parent f7cee2b commit 1bcfebe
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 @@ -29,7 +29,7 @@ select = [
"TID",
"W",
]
ignore = ["PGH004", "TID252"]
ignore = ["PGH004", "TID252", "E501", "I001", "EM101", "SIM108", "SIM110"]
line-length = 107
target-version = "py311"

Expand Down

0 comments on commit 1bcfebe

Please sign in to comment.