Skip to content

Commit

Permalink
Fix Ruff
Browse files Browse the repository at this point in the history
 On branch feature/plan-utils
 Changes to be committed:
	modified:   pyproject.toml
  • Loading branch information
SemyonSinchenko committed Nov 27, 2023
1 parent 126dfdd commit 1639de2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ ignore = [
"PLC1901", # Strange thing
"UP007", # Not supported in py3.6
"UP038", # Not supported in all py versions
"UP037", # No way
"TCH002", # I have no idea what is it about
]
extend-exclude = ["tests", "docs"]

Expand Down

0 comments on commit 1639de2

Please sign in to comment.