Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Feb 10, 2025
1 parent f1d7836 commit d961ebb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/fava/beans/abc.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Abstract base classes for Beancount types.""" # noqa: A005
"""Abstract base classes for Beancount types."""

from __future__ import annotations

Expand Down
2 changes: 1 addition & 1 deletion src/fava/beans/types.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Typing helpers.""" # noqa: A005
"""Typing helpers."""

from __future__ import annotations

Expand Down

0 comments on commit d961ebb

Please sign in to comment.