diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e436d1f..980b6ae 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,12 +13,12 @@ repos: - id: requirements-txt-fixer - repo: https://github.com/psf/black - rev: 23.10.0 + rev: 23.12.0 hooks: - id: black - repo: https://github.com/pycqa/isort - rev: 5.12.0 + rev: 5.13.2 hooks: - id: isort args: [--profile=black]