From 92f8866c748e9e773a8b1a40875066107d959c25 Mon Sep 17 00:00:00 2001 From: zacharyburnett Date: Thu, 8 Feb 2024 11:16:50 -0500 Subject: [PATCH] fix top-level configuration --- pyproject.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d19029011..d6748c0d9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -193,6 +193,8 @@ force-exclude = ''' [tool.ruff] line-length = 88 + +[tool.ruff.lint] exclude = [ 'jdocs', '.tox', @@ -208,7 +210,7 @@ extend-select = [ 'B', ] -[tool.ruff.extend-per-file-ignores] +[tool.ruff.lint.extend-per-file-ignores] "romancal/associations/__init__.py" = ["E402"] [tool.cibuildwheel.macos]