Skip to content

Commit

Permalink
chore: add docformatter pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
azmeuk committed Dec 28, 2023
1 parent 836e52e commit 8bc2ac2
Show file tree
Hide file tree
Showing 14 changed files with 239 additions and 307 deletions.
4 changes: 4 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ repos:
hooks:
- id: reorder-python-imports
args: ["--application-directories", "b3desk"]
- repo: https://github.com/PyCQA/docformatter
rev: v1.7.5
hooks:
- id: docformatter
- repo: https://github.com/asottile/pyupgrade
rev: v3.15.0
hooks:
Expand Down
2 changes: 1 addition & 1 deletion web/b3desk/models/bbb.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@


class BBB:
"""Interface to BBB API"""
"""Interface to BBB API."""

def __init__(self, meeting):
self.meeting = meeting
Expand Down
Loading

0 comments on commit 8bc2ac2

Please sign in to comment.