diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e23a3e9..9be522a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.0.1 + rev: v4.4.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -11,16 +11,16 @@ repos: args: ["--autofix", "--indent=2", "--no-sort-keys"] - repo: https://github.com/psf/black - rev: 21.9b0 + rev: 22.12.0 hooks: - id: black - repo: https://github.com/PyCQA/flake8 - rev: 4.0.1 + rev: 6.0.0 hooks: - id: flake8 - repo: https://github.com/PyCQA/isort - rev: 5.9.3 + rev: 5.11.0 hooks: - id: isort