diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d7131650..6dd0ae75 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,14 +17,14 @@ repos: # Don't commit to master branch. - id: no-commit-to-branch - repo: https://github.com/psf/black - rev: '24.4.2' + rev: '24.8.0' hooks: - id: black # Force black to run on whole repo, using settings from pyproject.toml pass_filenames: false args: [--config=./pyproject.toml, .] - repo: https://github.com/PyCQA/flake8 - rev: '7.0.0' + rev: '7.1.1' hooks: # Run flake8. - id: flake8