diff --git a/pyproject.toml b/pyproject.toml index e17cb4a..9e2ffd2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,6 +5,8 @@ requires-python = ">=3.9" [tool.ruff] line-length = 100 + +[tool.ruff.lint] select = [ # pycodestyle errors "E", diff --git a/scripts/utils.py b/scripts/utils.py index 0f7d345..e2558c6 100644 --- a/scripts/utils.py +++ b/scripts/utils.py @@ -1,6 +1,7 @@ """ Shared functions between various scripts """ + import re try: