Skip to content

Commit

Permalink
Refactoring of composition, six, dual_start_end (#1052)
Browse files Browse the repository at this point in the history
* Added types to composition.py and deleted six, and unused dual_start_end. Updated pre-commit

* Remove typing.Final

* Fix python3.6 Sequence inheritance problem
  • Loading branch information
Dipet committed Nov 5, 2021
1 parent 6c733c4 commit 6741f51
Show file tree
Hide file tree
Showing 7 changed files with 125 additions and 229 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ repos:
rev: v0.910
hooks:
- id: mypy
additional_dependencies: [ types-PyYAML ]
- repo: https://gitlab.com/pycqa/flake8
rev: 3.9.2
hooks:
Expand Down
Loading

0 comments on commit 6741f51

Please sign in to comment.