1
0
mirror of https://github.com/progval/irctest.git synced 2025-04-07 15:59:49 +00:00
Files
.github
data
irctest
patches
.gitignore
.pre-commit-config.yaml
CONTRIBUTING.md
LICENSE
Makefile
README.md
conftest.py
make_workflows.py
mypy.ini
pyproject.toml
pytest.ini
report.py
requirements.txt
setup.cfg
workflows.yml
irctest/mypy.ini
Val Lorentz 2ee8a0694f Add test for successful connection registration numerics ()
And Python version bump so I can use the walrus.
2023-09-24 15:19:59 +02:00

29 lines
504 B
INI

[mypy]
python_version = 3.8
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-irctest.self_tests.*]
disallow_untyped_defs = False
[mypy-defusedxml.*]
ignore_missing_imports = True
[mypy-ecdsa]
ignore_missing_imports = True
[mypy-ecdsa.util]
ignore_missing_imports = True
[mypy-irctest.scram.*]
disallow_untyped_defs = False