Add +x
to scripts; type check tests; add toml
This commit is contained in:
parent
295c9ed6c7
commit
d8a950948c
@ -44,7 +44,7 @@ full = [
|
||||
dev = [
|
||||
"black",
|
||||
"build",
|
||||
"coverage",
|
||||
"coverage[toml]",
|
||||
"flake8",
|
||||
"mkdocs-material",
|
||||
"mkdocstrings[python]",
|
||||
@ -65,7 +65,10 @@ version = {attr = "PACKAGE_NAME_PLACEHOLDER.__version__"}
|
||||
# Mypy: #
|
||||
|
||||
[tool.mypy]
|
||||
files = "src/"
|
||||
files = [
|
||||
"src/",
|
||||
"tests/",
|
||||
]
|
||||
warn_unused_configs = true
|
||||
strict = true
|
||||
show_error_codes = true
|
||||
|
@ -1,7 +1,7 @@
|
||||
-r common.txt
|
||||
black
|
||||
build
|
||||
coverage
|
||||
coverage[toml]
|
||||
flake8
|
||||
mkdocs-material
|
||||
mkdocstrings[python]
|
||||
|
0
scripts/lint.sh
Normal file → Executable file
0
scripts/lint.sh
Normal file → Executable file
0
scripts/test.sh
Normal file → Executable file
0
scripts/test.sh
Normal file → Executable file
Loading…
Reference in New Issue
Block a user