diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0d8e182..f334770 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: 'v4.1.0' + rev: 'v4.4.0' hooks: - id: trailing-whitespace exclude: data @@ -11,12 +11,12 @@ repos: exclude: data - repo: https://github.com/psf/black - rev: 22.1.0 + rev: 22.12.0 hooks: - id: black - repo: https://github.com/PyCQA/isort - rev: 5.10.1 + rev: 5.11.1 hooks: - id: isort args: ["--profile", "black"]