diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index bc7cfb5..6c73158 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,16 +6,16 @@ ci: autoupdate_schedule: weekly repos: -- repo: https://github.com/ambv/black - rev: 22.8.0 +- repo: https://github.com/psf/black + rev: 23.11.0 hooks: - id: black language_version: python3 -- repo: https://github.com/timothycrosley/isort +- repo: https://github.com/PyCQA/isort rev: '5.12.0' hooks: - id: isort - repo: https://github.com/PyCQA/flake8 - rev: '6.0.0' + rev: '6.1.0' hooks: - id: flake8