Skip to content

Commit

Permalink
Add T201 handling
Browse files Browse the repository at this point in the history
  • Loading branch information
arkid15r committed Jan 27, 2024
1 parent 0ecd7ef commit dc4e642
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +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.mypy.overrides]]
module = "holidays.countries.*"
disable_error_code = ["override"]
Expand Down

0 comments on commit dc4e642

Please sign in to comment.