Skip to content

Commit 9a0dba9

Browse files
FlavioAmurrioCSEntilZha
authored andcommitted
Added Type Testing and fix some of the types
1 parent 00051e4 commit 9a0dba9

File tree

6 files changed

+541
-156
lines changed

6 files changed

+541
-156
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,4 @@ functional/test/data/tmp
6161
.vscode/
6262
.python-version
6363
.watchman-*
64+
.coverage.*

.pre-commit-config.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ repos:
1616
rev: v1.10.0
1717
hooks:
1818
- id: mypy
19+
args:
20+
- --ignore-missing-imports
21+
- --scripts-are-modules
22+
- --show-error-codes
23+
# - --pretty
1924
additional_dependencies: [types-tabulate]
2025

2126
- repo: https://github.com/astral-sh/ruff-pre-commit

0 commit comments

Comments
 (0)