We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f40822d commit a3342f5Copy full SHA for a3342f5
pyproject.toml
@@ -87,6 +87,7 @@ lint.select = [
87
"ERA", # Checks for commented out code
88
"PL", # PyLint checks
89
"RUF", # Specific to Ruff checks
90
+ "UP", # Pyupgrade: modernize syntax & type hints
91
]
92
lint.ignore = [
93
"D105", # Missing docstring in magic method
0 commit comments