diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 038f46e..8007902 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,7 +16,7 @@ repos: - id: name-tests-test - repo: https://github.com/jazzband/pip-tools - rev: 6.14.0 + rev: 7.1.0 hooks: - id: pip-compile name: pip-compile pyproject.toml @@ -34,13 +34,13 @@ repos: args: [--py37-plus, --add-import, 'from __future__ import annotations'] - repo: https://github.com/asottile/pyupgrade - rev: v3.8.0 + rev: v3.10.1 hooks: - id: pyupgrade args: [--py37-plus] - repo: https://github.com/PyCQA/flake8 - rev: 6.0.0 + rev: 6.1.0 hooks: - id: flake8