Files
nx_post_support/.vscode/settings.json
T
2025-07-16 17:14:09 +02:00

8 lines
112 B
JSON

{
"ruff.configuration": {
"lint": {
"extend-ignore": ["F821", "E402"]
}
}
}