Skip to content

Commit

Permalink
Update ignore.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelCurrin authored Jan 7, 2025
1 parent 28e3ea1 commit 735951c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cheatsheets/python/type-checks/ignore.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ import foo

Note - if you get irregular behavior after you remove a config file, delete `.mypy_cache` and try again.

See [Config file](https://mypy.readthedocs.io/en/stable/config_file.html) notes in the docs for referencing modules.

Ignore `foobar` imports. This is equivalent to adding `# type: ignore` to every import of `foobar`.

- `setup.cfg` - first heading is to ensure the section below it actually gets evaluated.
Expand Down

0 comments on commit 735951c

Please sign in to comment.