diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6b16b76..f19c858 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,7 +13,7 @@ repos: hooks: - id: isort - repo: https://github.com/psf/black - rev: 24.4.0 + rev: 24.4.2 hooks: - id: black - repo: https://github.com/asottile/pyupgrade @@ -22,6 +22,6 @@ repos: - id: pyupgrade args: [--py37-plus, --keep-percent-format] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.4.1 + rev: v0.4.2 hooks: - id: ruff