Skip to content

Commit bdc49ea

Browse files
committed
Don't ignore UP038, it's been removed from Ruff
1 parent 86f116b commit bdc49ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ lint.ignore = [
8888
"E226", # Missing whitespace around arithmetic operator
8989
"E241", # Multiple spaces after ','
9090
"PIE790", # flake8-pie: unnecessary-placeholder
91-
"UP038", # Makes code slower and more verbose
9291
]
9392
lint.per-file-ignores."tests/*" = [
9493
"D",
@@ -99,6 +98,7 @@ lint.flake8-pytest-style.parametrize-names-type = "csv"
9998
lint.isort.known-first-party = [ "humanize" ]
10099
lint.isort.required-imports = [ "from __future__ import annotations" ]
101100
lint.pydocstyle.convention = "google"
101+
lint.future-annotations = true
102102

103103
[tool.pyproject-fmt]
104104
max_supported_python = "3.15"

0 commit comments

Comments
 (0)