[bumpversion] current_version = 1.3.1 [flake8] exclude = .git,__pycache__,build,dist,*.yml max-line-length = 120 extend-ignore = E203 [mypy] ignore_missing_imports = True follow_imports = silent strict_optional = True no_implicit_optional = True warn_redundant_casts = True warn_unused_ignores = True disallow_any_generics = True check_untyped_defs = True no_implicit_reexport = True disallow_untyped_defs = True [mypy-tests.*] ignore_errors = True [bumpversion:file:setup.py]