Merge pull request #18 from ewjoachim/pre-commit-ci-update-config

This commit is contained in:
Joachim Jablon
2021-10-12 13:58:13 +02:00
committed by GitHub

View File

@@ -20,12 +20,12 @@ repos:
- id: isort - id: isort
- repo: https://github.com/PyCQA/flake8 - repo: https://github.com/PyCQA/flake8
rev: "3.9.2" rev: "4.0.1"
hooks: hooks:
- id: flake8 - id: flake8
- repo: https://github.com/pre-commit/mirrors-mypy - repo: https://github.com/pre-commit/mirrors-mypy
rev: "v0.910" rev: "v0.910-1"
hooks: hooks:
- id: mypy - id: mypy
additional_dependencies: [types-requests] additional_dependencies: [types-requests]