-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Description
Feature request. According to my search-fu, it hasn't been discussed yet.
mypy
with no --config-file
specified will check for mypy.ini
first, use to setup.cfg
otherwise, and ultimately fallback to the built-in defaults if none of them are present. I would like to have a user-default config that would be used instead. Would it be too crazy to check for ~/.mypy.ini
before falling back to the built-in defaults?
I would find this useful for quick prototyping without having to copy&paste my preferred configuration from other projects. It's also quite a common pattern in other static analysis tools like linters.
Metadata
Metadata
Assignees
Labels
No labels