rename ls180 litex pll_48 output to pll_18
[soc.git] / mypy.ini
1 # SPDX-License-Identifier: LGPL-2.1-or-later
2 # See Notices.txt for copyright information
3 [mypy]
4 python_version = 3.6
5 mypy_path = ./nmigen-type-annotations
6 warn_return_any = True
7 warn_unused_configs = True
8 disallow_untyped_defs = True