Skip to content

Commit

Permalink
chore: Add Ruff required-version
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Jan 31, 2025
1 parent bfdd754 commit ae84435
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 @@ -307,6 +307,7 @@ extend-exclude = [
"cookiecutter/*",
]
line-length = 88
required-version = ">=0.9"

[tool.ruff.format]
docstring-code-format = true
Expand All @@ -316,7 +317,6 @@ explicit-preview-rules = false
ignore = [
"N818", # Exception name should be named with an Error suffix
"COM812", # missing-trailing-comma
"ISC001", # single-line-implicit-string-concatenation
]
preview = true
select = [
Expand Down

0 comments on commit ae84435

Please sign in to comment.