diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 86a8488..adf84a8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,7 +14,7 @@ repos: - id: check-added-large-files - repo: https://github.com/psf/black - rev: "23.1.0" + rev: "23.3.0" hooks: - id: black @@ -29,7 +29,7 @@ repos: - id: flake8 - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v0.991" + rev: "v1.1.1" hooks: - id: mypy additional_dependencies: [types-requests]