diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 40e66b8..d5b1ce6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ # https://pre-commit.com/ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v3.3.0 + rev: v3.4.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -9,7 +9,7 @@ repos: - id: check-json - id: check-yaml - repo: https://github.com/pycqa/isort - rev: 5.6.4 + rev: 5.7.0 hooks: - id: isort - repo: https://github.com/psf/black