diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7d1978ac7..18f1c119d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -26,7 +26,7 @@ repos: - id: end-of-file-fixer - id: check-executables-have-shebangs - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: "v0.0.255" + rev: "v0.0.275" hooks: - id: ruff args: @@ -36,11 +36,11 @@ repos: hooks: - id: isort - repo: https://github.com/psf/black - rev: 23.1.0 + rev: 23.3.0 hooks: - id: black - repo: https://github.com/python-poetry/poetry - rev: 1.4.1 + rev: 1.5.0 hooks: - id: poetry-check files: "^(pyproject.toml|poetry.lock)$"