pysen 0.10.1
Pre-release
Pre-release
We have released pysen 0.10.1!
pysen 0.10.1 includes...
- Latest linter version support
- We have added support for the following versions since v0.9.1
- mypy>=0.800
- black>=21.4b
- flake8>=4.0
- Note that
lint
extra is still restricted to older versions. Please refer to theInstall
section in README.
- We have added support for the following versions since v0.9.1
- mypy_preset renewal
entry
: Recommended for newbiesstrict
: Recommended for projects with libraries which do not provide complete type annotations, such asopencv
,pytorch
, etc.very_strict
: For strict type checking. This preset may not be practical when used with libraries without complete type annotation. This corresponds to thestrict
preset before v0.9.1.
- Option to use
pysen.toml
as configuration file name - mypy namespace packages support
- Many bug fixes
We have also added a “Frequently Asked Questions” section in README. Please look for solutions to your problem in this section.