From 08160e9c08e8e2709c40f065b51db37b61639691 Mon Sep 17 00:00:00 2001 From: Erik Moeller Date: Tue, 26 Mar 2024 17:36:43 -0700 Subject: [PATCH] Update ruff config format; apply latest fix --- pyproject.toml | 2 ++ scripts/utils.py | 1 + 2 files changed, 3 insertions(+) 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: