We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e16c902 commit ad50f87Copy full SHA for ad50f87
.pre-commit-config.yaml
@@ -1,5 +1,5 @@
1
default_language_version:
2
- python: python3.7
+ python: python3.8
3
fail_fast: true
4
repos:
5
- repo: git://github.com/pre-commit/pre-commit-hooks
@@ -14,7 +14,7 @@ repos:
14
exclude: README.md
15
- id: flake8
16
- repo: https://github.com/pre-commit/mirrors-mypy
17
- rev: v0.720
+ rev: v0.782
18
hooks:
19
- id: mypy
20
args: [--ignore-missing-imports, --no-strict-optional]
tox.ini
@@ -14,4 +14,3 @@ deps =
pytest-cov
commands =
pytest tests/ --cov-report=term-missing --cov=graphene_pydantic {posargs}
-
0 commit comments