Skip to content

Commit 1def1b8

Browse files
authored
chore: typo fix in pyproject.toml (#42)
1 parent b6656c7 commit 1def1b8

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
@@ -61,7 +61,7 @@ line-length = 120
6161
target-version = "py37"
6262
isort = {known-first-party = ["pytest_env"], required-imports = ["from __future__ import annotations"]}
6363
ignore = [
64-
"ANN101", # no typoe annotation for self
64+
"ANN101", # no type annotation for self
6565
"ANN401", # allow Any as type annotation
6666
"D203", # `one-blank-line-before-class` (D203) and `no-blank-line-before-class` (D211) are incompatible
6767
"D212", # `multi-line-summary-first-line` (D212) and `multi-line-summary-second-line` (D213) are incompatible

0 commit comments

Comments
 (0)