Skip to content

Commit

Permalink
fix: conform with new ruff pyproject.toml sections
Browse files Browse the repository at this point in the history
  • Loading branch information
tazlin committed Apr 12, 2024
1 parent 6716866 commit cbc91f2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ tests = ["*.json"]

[tool.ruff]
line-length = 119
exclude = ["codegen"]

[tool.ruff.lint]
select = [
"A",
"I",
Expand Down Expand Up @@ -70,9 +73,8 @@ ignore = [
"D408",
"D409",
"D413",]
exclude = ["codegen"]

[tool.ruff.per-file-ignores]
[tool.ruff.lint.per-file-ignores]
"__init__.py" = ["E402"]
"conftest.py" = ["E402"]

Expand Down

0 comments on commit cbc91f2

Please sign in to comment.