diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 522a127..292708d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ # See https://pre-commit.com/hooks.html for more hooks repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.6.0 hooks: - id: check-merge-conflict - id: requirements-txt-fixer @@ -14,7 +14,7 @@ repos: - id: check-added-large-files - id: debug-statements - repo: https://github.com/pycqa/isort - rev: "5.12.0" + rev: "5.13.2" hooks: - id: isort args: ["--profile", "black"]