6e53c264b6
Add a "mypy" tox environment which runs mypy type checking against Cinder code. Taken from Stephen Finucane's Nova work at https://review.opendev.org/#/c/676208/ Added "show_error_codes" and "pretty" options. Generates an html report in ./mypy-report/ This adds stubs for oslo.i18n, so that _() calls are annotated as intended. It may be possible to do this with less .pyi files carried along here. Change-Id: I2589d22c1f16f2e177d34730a520591743c0c1e3
48 lines
704 B
Plaintext
48 lines
704 B
Plaintext
*.DS_Store
|
|
*.log
|
|
*.mo
|
|
*.pyc
|
|
*.sqlite
|
|
/.*
|
|
!.coveragerc
|
|
!.gitignore
|
|
!.mailmap
|
|
!.testr.conf
|
|
!.stestr.conf
|
|
!.zuul.yaml
|
|
.*.sw?
|
|
AUTHORS
|
|
Authors
|
|
build/*
|
|
build-stamp
|
|
CA/
|
|
ChangeLog
|
|
cinder.egg-info
|
|
cover/*
|
|
covhtml
|
|
dist/*
|
|
etc/cinder/cinder.conf.sample
|
|
etc/cinder/policy.yaml.sample
|
|
instances
|
|
keeper
|
|
keys
|
|
local_settings.py
|
|
mypy-report
|
|
tools/lintstack.head.py
|
|
tools/pylint_exceptions
|
|
tags
|
|
# Files created by Sphinx build
|
|
doc/build
|
|
doc/source/_static/cinder.conf.sample
|
|
doc/source/_static/cinder.policy.yaml.sample
|
|
doc/source/drivers.rst
|
|
|
|
#Files created for API reference
|
|
api-ref/build
|
|
|
|
# Files created by releasenotes build
|
|
releasenotes/build
|
|
contrib/block-box/.db_data
|
|
RELEASENOTES.rst
|
|
releasenotes/notes/reno.cache
|