Metadata-Version: 2.1
Name: flake8-type-annotations
Version: 0.1.0
Summary: Flake8 plugin to enforce consistent type annotation styles
Home-page: https://github.com/sobolevn/flake8-type-annotations
Author: Nikita Sobolev
Author-email: mail@sobolevn.me
Keywords: flake8,flake8-plugin,linting,linter,wemake.services,code quality
Requires-Python: >=3.6,<4.0
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Framework :: Flake8
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Quality Assurance
Requires-Dist: flake8 (>=3.5,<4.0)
