mirror of
https://github.com/progval/irctest.git
synced 2025-04-07 15:59:49 +00:00
.github
data
irctest
.gitignore
.pre-commit-config.yaml
CONTRIBUTING.md
LICENSE
Makefile
README.md
conftest.py
inspircd_mainloop.patch
make_workflows.py
mypy.ini
pyproject.toml
pytest.ini
requirements.txt
setup.cfg
workflows.yml
23 lines
392 B
INI
23 lines
392 B
INI
[mypy]
|
|
python_version = 3.7
|
|
warn_return_any = True
|
|
warn_unused_configs = True
|
|
|
|
[mypy-irctest.*]
|
|
disallow_untyped_defs = True
|
|
|
|
[mypy-irctest.server_tests.*]
|
|
disallow_untyped_defs = False
|
|
|
|
[mypy-irctest.client_tests.*]
|
|
disallow_untyped_defs = False
|
|
|
|
[mypy-ecdsa]
|
|
ignore_missing_imports = True
|
|
|
|
[mypy-ecdsa.util]
|
|
ignore_missing_imports = True
|
|
|
|
[mypy-pyxmpp2_scram]
|
|
ignore_missing_imports = True
|