Skip to content

Commit

Permalink
Make lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ddelange committed Oct 20, 2023
1 parent 2b9aa08 commit af1968b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ target-version = "py38"

[tool.ruff.extend-per-file-ignores]
"__init__.py" = ["E401", "E402"]
"tests/*.py" = ["S101"]
"**/tests/**/*.py" = ["S101", "D100", "D104"]

[tool.ruff.isort]
known-first-party = ["tests"]
Expand Down

0 comments on commit af1968b

Please sign in to comment.