fix: remove py39 as default python from pre-commit's config file
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
57e027f30d
commit
8ab990535a
2 changed files with 1 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
default_language_version:
|
default_language_version:
|
||||||
python: python3.9
|
python: python3
|
||||||
|
|
||||||
repos:
|
repos:
|
||||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||||
|
|
|
||||||
|
|
@ -29,7 +29,6 @@ ward-coverage = "^0.1.5"
|
||||||
hook_module = ["ward_coverage"]
|
hook_module = ["ward_coverage"]
|
||||||
|
|
||||||
[tool.mypy]
|
[tool.mypy]
|
||||||
python_version = 3.9
|
|
||||||
warn_return_any = false
|
warn_return_any = false
|
||||||
no_warn_no_return = true
|
no_warn_no_return = true
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue