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 86f116b commit bdc49eaCopy full SHA for bdc49ea
pyproject.toml
@@ -88,7 +88,6 @@ lint.ignore = [
88
"E226", # Missing whitespace around arithmetic operator
89
"E241", # Multiple spaces after ','
90
"PIE790", # flake8-pie: unnecessary-placeholder
91
- "UP038", # Makes code slower and more verbose
92
]
93
lint.per-file-ignores."tests/*" = [
94
"D",
@@ -99,6 +98,7 @@ lint.flake8-pytest-style.parametrize-names-type = "csv"
99
98
lint.isort.known-first-party = [ "humanize" ]
100
lint.isort.required-imports = [ "from __future__ import annotations" ]
101
lint.pydocstyle.convention = "google"
+lint.future-annotations = true
102
103
[tool.pyproject-fmt]
104
max_supported_python = "3.15"
0 commit comments