Skip to content

Commit 34fd43a

Browse files
authored
Merge pull request #18 from rambo/qa
Add type hints fix linter issues
2 parents f11919b + f6377cc commit 34fd43a

21 files changed

Lines changed: 574 additions & 959 deletions

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2.3.1
2+
current_version = 2.4.0
33
commit = False
44
tag = False
55

.pre-commit-config.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,17 @@ repos:
2626
hooks:
2727
- id: black
2828
language_version: python3.7
29-
#- repo: https://github.com/pre-commit/mirrors-mypy
30-
# rev: v0.800
31-
# hooks:
32-
# - id: mypy
33-
# language: system
34-
# args: [--strict] #, --ignore-missing-imports]
35-
#- repo: https://github.com/pre-commit/mirrors-pylint
36-
# rev: v2.4.4
37-
# hooks:
38-
# - id: pylint
39-
# language: system
29+
- repo: https://github.com/pre-commit/mirrors-mypy
30+
rev: v0.800
31+
hooks:
32+
- id: mypy
33+
language: system
34+
args: [--strict] #, --ignore-missing-imports]
35+
- repo: https://github.com/pre-commit/mirrors-pylint
36+
rev: v2.4.4
37+
hooks:
38+
- id: pylint
39+
language: system
4040
- repo: https://github.com/Lucas-C/pre-commit-hooks
4141
rev: v1.1.7
4242
hooks:

0 commit comments

Comments
 (0)