Skip to content

Commit

Permalink
Merge pull request #316 from cdce8p/improve-typing
Browse files Browse the repository at this point in the history
Add attribute type hints
  • Loading branch information
hugovk authored Oct 13, 2024
2 parents d840d5c + 4cf9e2b commit 21d130a
Show file tree
Hide file tree
Showing 2 changed files with 88 additions and 58 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ repos:
rev: v1.11.2
hooks:
- id: mypy
additional_dependencies: [types-colorama, types-setuptools]
additional_dependencies: [types-colorama]
args: [--pretty, --show-error-codes]
exclude: ^tests/

Expand Down
Loading

0 comments on commit 21d130a

Please sign in to comment.