diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 08520824..b636f1e0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -52,11 +52,6 @@ repos: - mdformat-gfm - mdformat_frontmatter - - repo: https://github.com/asottile/yesqa - rev: v1.5.0 - hooks: - - id: yesqa - - repo: https://github.com/astral-sh/ruff-pre-commit rev: v0.1.4 hooks: diff --git a/pyproject.toml b/pyproject.toml index 4aa6e16c..2e1ea524 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,6 +47,7 @@ select = [ "I", # isort # "D", # see: https://pypi.org/project/pydocstyle # "N", # see: https://pypi.org/project/pep8-naming + "RUF100", # unnecessary noqa comment ] #extend-select = [ # "C4", # see: https://pypi.org/project/flake8-comprehensions