From deb502fd88ac24e4df2e90a5e573d56c83b69b49 Mon Sep 17 00:00:00 2001 From: Filipe Fernandes Date: Tue, 2 Apr 2024 18:19:39 +0200 Subject: [PATCH] fix warnings --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a0a721e..5be7926 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ write_to_template = "__version__ = '{version}'" tag_regex = "^(?Pv)?(?P[^\\+]+)(?P.*)?$" [tool.ruff] -select = [ +lint.select = [ "A", # flake8-builtins "B", # flake8-bugbear "C4", # flake8-comprehensions @@ -58,7 +58,7 @@ select = [ target-version = "py39" line-length = 80 -[tool.ruff.per-file-ignores] +[lint.file-ignores] "docs/source/conf.py" = [ "E402", "A001",