diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d2f4dc6..80fc4f3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,17 +13,17 @@ repos: - id: isort - repo: https://github.com/psf/black - rev: 23.3.0 + rev: 23.7.0 hooks: - id: black - repo: https://github.com/pycqa/flake8 - rev: 6.0.0 + rev: 6.1.0 hooks: - id: flake8 - repo: https://github.com/hadialqattan/pycln - rev: v2.1.5 + rev: v2.2.2 hooks: - id: pycln @@ -34,7 +34,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/python-poetry/poetry - rev: 1.5.0 + rev: 1.6.0 hooks: - id: poetry-check - id: poetry-lock