diff options
| author | Anthony Sottile <asottile@umich.edu> | 2019-09-07 14:37:50 -0700 |
|---|---|---|
| committer | Anthony Sottile <asottile@umich.edu> | 2019-09-07 14:37:50 -0700 |
| commit | 8c4e42afaa3b25683be167d9b4ac28f8d7d25a4b (patch) | |
| tree | febdecfc51fdc956b2582f509f8fabd146a44def /setup.cfg | |
| parent | 8cd1e0ecc7b137ce9d6aaf074a5f93024269174d (diff) | |
| download | flake8-8c4e42afaa3b25683be167d9b4ac28f8d7d25a4b.tar.gz | |
Type annotate flake8.options.manager
Diffstat (limited to 'setup.cfg')
| -rw-r--r-- | setup.cfg | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -118,6 +118,8 @@ disallow_untyped_defs = true disallow_untyped_defs = true [mypy-flake8.formatting.*] disallow_untyped_defs = true +[mypy-flake8.options.manager] +disallow_untyped_defs = true [mypy-flake8.main.cli] disallow_untyped_defs = true [mypy-flake8.statistics] |
