Skip to content

Commit ad50f87

Browse files
committed
Update pre-commit config
1 parent e16c902 commit ad50f87

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
default_language_version:
2-
python: python3.7
2+
python: python3.8
33
fail_fast: true
44
repos:
55
- repo: git://github.com/pre-commit/pre-commit-hooks
@@ -14,7 +14,7 @@ repos:
1414
exclude: README.md
1515
- id: flake8
1616
- repo: https://github.com/pre-commit/mirrors-mypy
17-
rev: v0.720
17+
rev: v0.782
1818
hooks:
1919
- id: mypy
2020
args: [--ignore-missing-imports, --no-strict-optional]

tox.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,3 @@ deps =
1414
pytest-cov
1515
commands =
1616
pytest tests/ --cov-report=term-missing --cov=graphene_pydantic {posargs}
17-

0 commit comments

Comments
 (0)