summaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authornicolargo <nicolashennion@gmail.com>2024-05-18 10:17:47 +0200
committernicolargo <nicolashennion@gmail.com>2024-05-18 10:17:47 +0200
commit4f38bf384bfa80a0860abfb5cde6eda8bf3b720c (patch)
tree74e2b1568f96d7e2e29325f9abb24d74747c02db /pyproject.toml
parent6a0889851cc7df4e555bb72cd39acc14777abe32 (diff)
Add some comment regarding the minimal Python version and exclude all the venv* folders in the linter configurationruff-cleanup
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 2380aff3..c5fb7e4a 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -58,7 +58,10 @@ exclude = [
"dist",
"node_modules",
"venv",
+ "venv-dev",
+ "venv-min",
"docs",
+ "test-data",
"./glances/outputs/static/*"
]