Skip to content

Commit a3342f5

Browse files
committed
fix: added UP rule
1 parent f40822d commit a3342f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ lint.select = [
8787
"ERA", # Checks for commented out code
8888
"PL", # PyLint checks
8989
"RUF", # Specific to Ruff checks
90+
"UP", # Pyupgrade: modernize syntax & type hints
9091
]
9192
lint.ignore = [
9293
"D105", # Missing docstring in magic method

0 commit comments

Comments
 (0)