fix: remove py39 as default python from pre-commit's config file
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
cătălin 2022-10-05 10:45:48 +02:00
commit 8ab990535a
Signed by: catalin
GPG key ID: 0178DF42F43E5FD2
2 changed files with 1 additions and 2 deletions

View file

@ -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

View file

@ -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