Skip to content
This repository has been archived by the owner on Jun 5, 2023. It is now read-only.

Commit

Permalink
chore: pydocstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Jun 5, 2023
1 parent a576c37 commit b489d5a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Expand Up @@ -5,6 +5,7 @@ repos:
rev: 23.3.0
hooks:
- id: black
exclude: /tests/fixtures/
- repo: https://github.com/pycqa/flake8
rev: 6.0.0
hooks:
Expand Down
3 changes: 3 additions & 0 deletions flake8_opencontracting.py
Expand Up @@ -11,4 +11,7 @@ def _print(physical_line):


def physical(physical_line: Any) -> Generator[Tuple[int, str], None, None]:
"""
Flake8 extension entry point.
"""
yield from _print(physical_line)

0 comments on commit b489d5a

Please sign in to comment.