diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3828261..5536e46 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ repos: - id: check-added-large-files - id: debug-statements - repo: https://github.com/pycqa/isort - rev: "5.12.0" + rev: "5.13.2" hooks: - id: isort - repo: https://github.com/PyCQA/flake8 @@ -24,6 +24,6 @@ repos: - flake8-bugbear exclude: docs\/.* - repo: https://github.com/psf/black - rev: "23.11.0" + rev: "23.12.1" hooks: - id: black