Skip to content

Commit

Permalink
Update ruff config (#1684)
Browse files Browse the repository at this point in the history
  • Loading branch information
KJhellico committed Feb 2, 2024
1 parent 0fa4143 commit a4c8baa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@ extend-exclude = ["docs"]
line-length = 99
target-version = "py311"

[tool.ruff.extend-per-file-ignores]
"scripts/generate_release_notes.py" = ["T201"]

[tool.ruff.lint]
select = ["E4", "E7", "E9", "F", "T"]

[tool.ruff.lint.extend-per-file-ignores]
"scripts/generate_release_notes.py" = ["T201"]

[tool.ruff.lint.flake8-errmsg]
max-string-length = 99

Expand Down

0 comments on commit a4c8baa

Please sign in to comment.