diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 622e6b4..718d618 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,12 +20,12 @@ repos: - id: isort - repo: https://github.com/PyCQA/flake8 - rev: "3.9.2" + rev: "4.0.1" hooks: - id: flake8 - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v0.910" + rev: "v0.910-1" hooks: - id: mypy additional_dependencies: [types-requests]