From d8a18bed076156c043b27081cf6392c5f3e9d925 Mon Sep 17 00:00:00 2001 From: JosePizarro3 Date: Fri, 2 Feb 2024 10:03:18 +0100 Subject: [PATCH] Fixed typo in pyprojecttoml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 24d3e2e..a0cb988 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ where = [ ] [tool.ruff] -include = ["simulationparsers/*.py""] +include = ["simulationparsers/*.py"] select = [ "E", # pycodestyle "W", # pycodestyle