diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 01eb03f986bdb11e9eff25376e6da885869ec9dd..0780474003c2e8a82509e747924b83dd967b3597 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,10 +1,10 @@ repos: - repo: https://github.com/psf/black - rev: 22.12.0 + rev: 23.1.0 hooks: - id: black - repo: https://github.com/PyCQA/isort - rev: 5.11.4 + rev: 5.12.0 hooks: - id: isort - repo: https://github.com/PyCQA/flake8 @@ -12,7 +12,7 @@ repos: hooks: - id: flake8 - repo: https://github.com/python-poetry/poetry - rev: '1.3.0' + rev: '1.4.0' hooks: - id: poetry-check - id: poetry-lock