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 b6656c7 commit 1def1b8Copy full SHA for 1def1b8
pyproject.toml
@@ -61,7 +61,7 @@ line-length = 120
61
target-version = "py37"
62
isort = {known-first-party = ["pytest_env"], required-imports = ["from __future__ import annotations"]}
63
ignore = [
64
- "ANN101", # no typoe annotation for self
+ "ANN101", # no type annotation for self
65
"ANN401", # allow Any as type annotation
66
"D203", # `one-blank-line-before-class` (D203) and `no-blank-line-before-class` (D211) are incompatible
67
"D212", # `multi-line-summary-first-line` (D212) and `multi-line-summary-second-line` (D213) are incompatible
0 commit comments