mirror of
https://github.com/Quad4-Software/MeshChatX.git
synced 2026-08-18 09:49:09 -04:00
chore(pyproject): configure Ruff to exclude specific directories from linting
This commit is contained in:
parent
246d9f5f74
commit
59919f9281
1 changed files with 10 additions and 0 deletions
|
|
@ -65,3 +65,13 @@ meshchatx = ["public/**/*", "public/*"]
|
|||
[build-system]
|
||||
requires = ["setuptools>=65.0", "wheel"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[tool.ruff]
|
||||
exclude = [
|
||||
".git",
|
||||
".pnpm-store",
|
||||
"node_modules",
|
||||
"venv",
|
||||
".venv",
|
||||
"tests/frontend",
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue