diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1bce4c5..bcbce05 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -27,12 +27,12 @@ repos: args: [--py38-plus] # Mirror of autopep8 package for pre-commit. - repo: https://github.com/pycqa/isort - rev: 5.13.0 + rev: 5.13.2 hooks: - id: isort name: isort (python) - repo: https://github.com/psf/black - rev: 23.11.0 + rev: 23.12.0 hooks: - id: black - repo: https://github.com/pre-commit/mirrors-mypy