Skip to content

Commit

Permalink
Add ignore for PYI063 rule
Browse files Browse the repository at this point in the history
  • Loading branch information
Argmaster committed Jan 31, 2025
1 parent 7feb5f0 commit 778ab45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ lint.ignore = [
"EXE002", # Breaks on file systems which do not support executable permissions.
"EM101", # Stupid errors when exceptions are parametrized by short strings.
"A004", # Import `X` is shadowing a Python builtin
"PYI063", # Use PEP 570 syntax for positional-only parameters - too late.
]
show-fixes = true
target-version = "py38"
Expand Down

0 comments on commit 778ab45

Please sign in to comment.