diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c31cdc4..564b2bc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,11 +17,11 @@ repos: - id: trailing-whitespace - repo: https://github.com/PyCQA/flake8 - rev: 4.0.1 + rev: 5.0.4 hooks: - id: flake8 - repo: https://github.com/psf/black - rev: 22.6.0 + rev: 22.10.0 hooks: - id: black