Tools: install-prereqs-ubuntu.sh: add support for Ubuntu Noble (24.04)
[ardupilot.git] / pyproject.toml
blobc8951fdfffdfcf924af980b8897e7cc84f926978
1 [tool.isort]
2 profile = "black"
3 skip = ["./modules/", "./build/"]
5 [tool.black]
6 line-length = 120
7 skip-string-normalization = true
9 [tool.mypy]
10 ignore_missing_imports = true
11 exclude = [
12     'modules/',
13     'build/',
14     'cmake-build-debug/',
15     '/setup\.py$'