Remove python-dotenv from the dependencies
zsh-dotenv automatically loads the environment variables upon entering the project's root.
This commit is contained in:
parent
570cb0112e
commit
9ee9c04a69
4 changed files with 1 additions and 24 deletions
|
|
@ -217,8 +217,6 @@ single_line_exclusions = typing
|
|||
[mypy]
|
||||
cache_dir = .cache/mypy
|
||||
|
||||
[mypy-dotenv]
|
||||
ignore_missing_imports = true
|
||||
[mypy-nox.*]
|
||||
ignore_missing_imports = true
|
||||
[mypy-packaging]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue