Update .pre-commit-config.yaml

This commit is contained in:
Joachim Jablon
2021-09-28 00:18:15 +02:00
committed by GitHub
parent 658f7552ee
commit b497a83af1

View File

@@ -26,9 +26,9 @@ repos:
- repo: https://github.com/pre-commit/mirrors-mypy - repo: https://github.com/pre-commit/mirrors-mypy
rev: "v0.910" rev: "v0.910"
additional_dependencies: [types-requests]
hooks: hooks:
- id: mypy - id: mypy
additional_dependencies: [types-requests]
- repo: https://github.com/asottile/pyupgrade - repo: https://github.com/asottile/pyupgrade
rev: "v2.28.0" rev: "v2.28.0"