diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fa54862ad6..1f5abc5a13 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -30,7 +30,7 @@ repos: files: \.py$ - repo: https://github.com/pre-commit/mirrors-mypy - rev: v0.990 + rev: v0.991 hooks: - id: mypy additional_dependencies: [types-requests] @@ -61,7 +61,7 @@ repos: stages: [manual] - repo: https://github.com/john-hen/Flake8-pyproject - rev: 1.1.0.post0 + rev: 1.2.0 hooks: - id: Flake8-pyproject alias: flake8 @@ -70,12 +70,12 @@ repos: stages: [manual] - repo: https://github.com/pre-commit/mirrors-eslint - rev: v8.27.0 + rev: v8.28.0 hooks: - id: eslint stages: [manual] - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.19.1 + rev: 0.19.2 hooks: - id: check-github-workflows