diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1f85dfb..9ce9785 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/psf/black - rev: 23.11.0 + rev: 23.12.0 hooks: - id: black - repo: https://github.com/pycqa/flake8 @@ -8,7 +8,7 @@ repos: hooks: - id: flake8 - repo: https://github.com/pycqa/isort - rev: 5.13.0 + rev: 5.13.1 hooks: - id: isort name: isort (python)