diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1d302d6..5579570 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,7 +11,7 @@ repos: - id: requirements-txt-fixer - id: trailing-whitespace - repo: https://github.com/psf/black - rev: 23.10.1 + rev: 23.11.0 hooks: - id: black - repo: https://github.com/asottile/pyupgrade @@ -37,7 +37,7 @@ repos: hooks: - id: pycln - repo: https://github.com/python-poetry/poetry - rev: 1.6.0 + rev: 1.7.0 hooks: - id: poetry-check - repo: https://github.com/aio-libs/sort-all