diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7a9ea34..7d3e3d2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,7 +10,7 @@ repos: - id: check-github-workflows - id: check-dependabot - repo: https://github.com/psf/black - rev: 23.12.1 + rev: 24.1.1 hooks: - id: black - repo: https://github.com/PyCQA/flake8