diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index af7c997bfbd07e0dbf06786e12cba567085765ac..c2cd7bd5062283c9bea2bf0fafc440258db727d8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,7 +23,7 @@ repos: - id: mixed-line-ending - id: trailing-whitespace - repo: https://github.com/psf/black - rev: 22.10.0 + rev: 22.12.0 hooks: - id: black - repo: https://github.com/PyCQA/flake8