Skip to content

Commit

Permalink
test: exclude test files from ruff check
Browse files Browse the repository at this point in the history
  • Loading branch information
danigm committed Sep 26, 2024
1 parent 9970e36 commit df92b3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,6 @@ rpmlint = ["configdefaults.toml"]
"rpmlint.descriptions" = ["*.toml"]

[tool.ruff]
exclude = ["test/files"]

lint.ignore = ["E501"]

0 comments on commit df92b3e

Please sign in to comment.