mirror of https://github.com/avast/PurpleDome
More agressive mypy
parent
ca6fb401fd
commit
1f75d6cfc6
@ -0,0 +1,13 @@
|
||||
# My own Mypy configuration
|
||||
|
||||
# Global settings
|
||||
[mypy]
|
||||
warn_unused_configs = True
|
||||
mypy_path = $MYPY_CONFIG_FILE_DIR:$MYPY_CONFIG_FILE_DIR/app:$MYPY_CONFIG_FILE_DIR/plugins/base
|
||||
|
||||
|
||||
# Setting for the main app
|
||||
[mypy-app.*]
|
||||
|
||||
# Setting for the plugins
|
||||
[mypy-plugins.base.*]
|
Loading…
Reference in New Issue