diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d25e58b79..c1a4ba45b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -27,6 +27,11 @@ repos: - id: rst-inline-touching-normal - id: text-unicode-replacement-char +- repo: https://github.com/asottile/yesqa + rev: v1.4.0 + hooks: + - id: yesqa + - repo: https://github.com/asottile/pyupgrade rev: v3.1.0 hooks: diff --git a/docs/conf.py b/docs/conf.py index b725c6c9a..8bc94c0af 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,7 +1,7 @@ from pathlib import Path import tomli -from sphinx_asdf.conf import * # noqa: F403, F401 +from sphinx_asdf.conf import * # noqa: F403 try: from importlib.metadata import distribution