mirror of https://github.com/ArduPilot/ardupilot
global: add skip-string-normalization to black config
This commit is contained in:
parent
cf915a0f35
commit
a2b224e260
|
@ -4,6 +4,7 @@ skip = ["./modules/", "./build/"]
|
|||
|
||||
[tool.black]
|
||||
line-length = 120
|
||||
skip-string-normalization = true
|
||||
|
||||
[tool.mypy]
|
||||
ignore_missing_imports = true
|
||||
|
|
Loading…
Reference in New Issue