diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a1c65b027..03b41ccab 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,16 +4,16 @@ ci: skip: [poetry-lock, poetry-export] repos: - repo: https://github.com/psf/black - rev: 22.12.0 + rev: 23.3.0 hooks: - id: black - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: 'v0.0.245' + rev: 'v0.0.275' hooks: - id: ruff args: [--fix] - repo: https://github.com/python-poetry/poetry - rev: '1.4.0' # add version here + rev: '1.5.0' # add version here hooks: - id: poetry-check - id: poetry-lock