aboutsummaryrefslogtreecommitdiff
path: root/mypy.ini
blob: 03023b93da641e8d8c615c42c044b0cebf79c22e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# SPDX-License-Identifier: CC0-1.0

# Copyright (C) 2022 Wojtek Kosior <koszko@koszko.org>
#
# Available under the terms of Creative Commons Zero v1.0 Universal.

[mypy]

[mypy-ruamel]
ignore_missing_imports = True

[mypy-mitmproxy.contrib.kaitaistruct]
ignore_missing_imports = True