Skip to content

Commit

Permalink
update ruff syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf committed Feb 27, 2024
1 parent 26ce204 commit 3a83609
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ write_to_template = "__version__ = '{version}'"
tag_regex = "^(?P<prefix>v)?(?P<version>[^\\+]+)(?P<suffix>.*)?$"

[tool.ruff]
select = [
lint.select = [
"A", # flake8-builtins
"B", # flake8-bugbear
"C4", # flake8-comprehensions
Expand All @@ -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",
Expand Down

0 comments on commit 3a83609

Please sign in to comment.