diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 985db8a0d..274ec1429 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,7 +13,7 @@ repos: - id: check-merge-conflict - id: debug-statements - repo: https://github.com/hadialqattan/pycln - rev: v2.2.2 + rev: v2.3.0 hooks: - id: pycln args: [--config=pyproject.toml] @@ -43,6 +43,6 @@ repos: additional_dependencies: - toml - repo: https://github.com/pre-commit/pre-commit - rev: v3.4.0 + rev: v3.5.0 hooks: - id: validate_manifest