Skip to content

Commit

Permalink
Merge pull request #465 from lsst/tickets/DM-45545
Browse files Browse the repository at this point in the history
DM-45545: Disable RUFF100 check to support old and new ruff versions
  • Loading branch information
timj authored Jan 31, 2025
2 parents 0c32b46 + 4d3e57e commit fcfd244
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ repos:
name: isort (python)
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.8.0
rev: v0.9.3
hooks:
- id: ruff
- repo: https://github.com/numpy/numpydoc
Expand Down
3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -165,9 +165,6 @@ select = [
"W", # pycodestyle
"D", # pydocstyle
]
extend-select = [
"RUF100", # Warn about unused noqa
]

[tool.ruff.lint.pycodestyle]
max-doc-length = 79
Expand Down

0 comments on commit fcfd244

Please sign in to comment.