Skip to content

Commit

Permalink
ruff ignore flake8-print in scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
getzze committed Nov 25, 2024
1 parent f5b3e87 commit d900b46
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 @@ -225,6 +225,7 @@ ignore = [
"docs/conf*.py" = ["ALL"]
"src/subliminal/__init__.py" = ["E402"]
"tests/*.py" = ["D", "S", "RUF012", "ANN", "FBT"]
"scripts/*.py" = ["T201"]

# https://docs.astral.sh/ruff/formatter/
[tool.ruff.format]
Expand Down

0 comments on commit d900b46

Please sign in to comment.