Fetch Tor Browser from our own archive
[tails.git] / pyproject.toml
blob92dd54db2eefba9c54d95f87171897d0a6e19b79
1 [tool.black]
2 # XXX:Bookworm: bump to py311
3 target-version = ["py39"]
4 extend-exclude = '''
6   ^/(submodules|tmp)/
8 '''
10 [tool.mypy]
11 mypy_path = "config/chroot_local-includes/usr/lib/python3/dist-packages"
12 warn_no_return = true
13 warn_return_any = true
14 warn_unused_configs = true
16 [[tool.mypy.overrides]]
17 module = [
18     "gi",
19     "gi.repository",
21 ignore_missing_imports = true