diff --git a/plot_average_only.py b/plots/plot_average_only.py similarity index 100% rename from plot_average_only.py rename to plots/plot_average_only.py diff --git a/plot_results.py b/plots/plot_results.py similarity index 100% rename from plot_results.py rename to plots/plot_results.py diff --git a/pyproject.toml b/pyproject.toml index 7daa299..33f31fa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ lint.select = [ ] lint.ignore = ["D100", "D104", "D203", "D212"] -exclude = [".venv", "build", "dist", "__pycache__", ".git"] +exclude = [".venv", "build", "dist", "__pycache__", ".git", "plots/", "results/"] format.quote-style = "double" format.indent-style = "space" line-length = 88 @@ -75,3 +75,4 @@ strict_equality = true warn_unused_ignores = true warn_redundant_casts = true warn_return_any = true +exclude = ["results/", "plots/"]