Use from __future__ import annotations
Allows us to use more modern typing.
This commit is contained in:
@@ -85,6 +85,7 @@ select = [
|
||||
"W", # pycodestyle
|
||||
"T10", # flake8-debugger
|
||||
"PIE", # flake8-pie
|
||||
"FA", # flake8-future-annotations
|
||||
"PGH", # pygrep-hooks
|
||||
"PLE", # pylint error
|
||||
"PLW", # pylint warning
|
||||
|
||||
Reference in New Issue
Block a user