diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7664f99..42fc0e5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -27,7 +27,7 @@ repos: - prettier - prettier-plugin-toml - repo: https://github.com/psf/black - rev: 23.12.1 + rev: 24.1.1 hooks: - id: black language_version: python3 @@ -47,7 +47,7 @@ repos: - id: debug-statements language_version: python3 - repo: https://github.com/pycqa/flake8.git - rev: 6.1.0 + rev: 7.0.0 hooks: - id: flake8 additional_dependencies: