From a32e7ae65479b41a06eaff4c207fb7c53510926f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jose=20C=2E=20Mass=C3=B3n?= Date: Tue, 12 Nov 2024 18:49:17 -0300 Subject: [PATCH] avoid checking tester charms --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7c165146..ad38b9b6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ ignore-words-list = "assertIn" # Linting tools configuration [tool.ruff] line-length = 99 -exclude = ["__pycache__", "*.egg_info"] +exclude = ["__pycache__", "*.egg_info", "prometheus-tester", "loki-tester"] [tool.ruff.lint] select = ["E", "W", "F", "C", "N", "R", "D", "I001"]