Skip to content

Commit

Permalink
Update pyproject.toml for Ruff to ignore T201
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardo-rodrigues committed Aug 27, 2024
1 parent 2edcdd2 commit a3f9d32
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 @@ -173,6 +173,7 @@ ignore = [
"ISC001", # Conflicts with the formatter
"E741", # Ambiguous variable name
"SIM103",
"T201",
]
isort.required-imports = ["from __future__ import annotations"]
mccabe.max-complexity = 24
Expand Down

0 comments on commit a3f9d32

Please sign in to comment.