Skip to content

Commit

Permalink
remove redundant ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenworsley committed Sep 25, 2024
1 parent 730df15 commit f82ea4b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ write_to = "cf_units/_version.py"
local_scheme = "dirty-tag"

[tool.ruff]
# Ignore generated code.
exclude = [
"cf_units/_udunits2_parser/parser",
]
Expand Down Expand Up @@ -79,10 +80,6 @@ max-complexity = 22
[tool.ruff.lint.pydocstyle]
convention = "numpy"

[tool.ruff.lint.per-file-ignores]
# Allow the longer comment lines that the generated code produces.
"cf_units/_udunits2_parser/parser/*.py" = ["E501"]

[tool.repo-review]
# These are a list of the currently failing tests:
ignore = [
Expand Down

0 comments on commit f82ea4b

Please sign in to comment.