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 87e8e6f commit d17c059Copy full SHA for d17c059
README.md
@@ -17,7 +17,7 @@ Basically, this, but handles different operations (like usage of `nonlocal`, aug
17
- Keeps mypy happy.
18
- Ignores global variables to avoid confusion with the type aliases like `Fruit = Apple | Banana`.
19
- Ignores class variables: it is common to use `typing.ClassVar` instead of `typing.Final`.
20
-- Adds global `typing` import if it's not imported yet.
+- Adds global import if it's not imported yet.
21
- Inspects one file at a time.
22
23
## How To Use
0 commit comments