diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0785b23..1e57e8f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ default_language_version: python: python3.10 repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.5.0 hooks: - id: check-ast - id: check-builtin-literals @@ -23,12 +23,12 @@ repos: - id: rst-directive-colons - id: rst-inline-touching-normal - repo: https://github.com/hadialqattan/pycln - rev: v2.1.5 + rev: v2.3.0 hooks: - id: pycln args: [--all] - repo: https://github.com/psf/black - rev: 23.7.0 + rev: 23.10.0 hooks: - id: black - repo: https://github.com/PyCQA/isort