diff --git a/pyproject.toml b/pyproject.toml index c8d6b39..bc802b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,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 @@ -57,7 +57,7 @@ select = [ line-length = 79 extend-include = ["*.ipynb"] -[tool.ruff.per-file-ignores] +[tool.ruff.lint.per-file-ignores] "docs/source/conf.py" = [ "E402", "A001",