Skip to content

Commit

Permalink
Merge pull request #1209 from WilliamJamieson/pre-commit/yesqa
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamJamieson authored Oct 12, 2022
2 parents 8632535 + 5090ff3 commit 3b019c7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 3b019c7

Please sign in to comment.