{ "nix.serverSettings": { "nixd": { "formatting": { "command": [ "nixpkgs-fmt", "--" ] } } }, "cSpell.enabled": true, "cSpell.words": [ "Disko", "nixos", "nixpkgs" ], "python.analysis.extraPaths": [ "./src" ], "mypy-type-checker.importStrategy": "fromEnvironment", "python.testing.pytestArgs": [ "tests" ], "python.testing.unittestEnabled": false, "python.testing.pytestEnabled": true }