[tool:pytest] addopts = --cov=charset_normalizer --cov-report=term-missing -rxXs [flake8] ignore = W503, E203, B305 max-line-length = 120 [mypy] disallow_untyped_defs = True ignore_missing_imports = True [tool:isort] profile = black combine_as_imports = True