Skip to content

Commit

Permalink
upd: refactor, lint, type check, isort
Browse files Browse the repository at this point in the history
  • Loading branch information
hoosnick committed Feb 29, 2024
1 parent 7450f96 commit 84f3523
Show file tree
Hide file tree
Showing 15 changed files with 177 additions and 178 deletions.
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ repos:
types: [file, python]
- id: mypy
name: mypy
entry: poetry run mypy eskiz/
entry: poetry run mypy --show-column-numbers eskiz/
language: system
types: [file, python]
pass_filenames: false
4 changes: 2 additions & 2 deletions eskiz/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
from .types import enums
from .utils import exceptions

__all__ = ['SMSClient', 'types', 'enums', 'utils', 'exceptions']
__all__ = ["SMSClient", "types", "enums", "utils", "exceptions"]

__version__ = '1.0.2'
__version__ = "1.0.2"
Loading

0 comments on commit 84f3523

Please sign in to comment.