| 
				Server : Apache System : Linux server.mata-lashes.com 3.10.0-1160.90.1.el7.x86_64 #1 SMP Thu May 4 15:21:22 UTC 2023 x86_64 User : matalashes ( 1004) PHP Version : 8.1.29 Disable Function : NONE Directory : /usr/src/cloud-init/  | 
Upload File :  | 
[tool.black] line-length = 79 [tool.isort] profile = "black" line_length = 79 # We patch logging in main.py before certain imports skip = ["cloudinit/cmd/main.py", ".tox", "packages", "tools"] [tool.mypy] follow_imports = "silent" warn_unused_ignores = "true" warn_redundant_casts = "true" exclude=[] [[tool.mypy.overrides]] module = [ "apport.*", "BaseHTTPServer", "cloudinit.feature_overrides", "configobj", "debconf", "httplib", "jsonpatch", "netifaces", "paramiko.*", "pip.*", "pycloudlib.*", "responses", "serial", "tests.integration_tests.user_settings", "uaclient.*" ] ignore_missing_imports = true