diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f41f7856..76b0b6c0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,8 +1,8 @@ # See https://pre-commit.com for more information # See https://pre-commit.com/hooks.html for more hooks repos: - - repo: https://github.com/pre-commit/mirrors-autopep8 - rev: 'v2.0.4' + - repo: https://github.com/hhatto/autopep8 + rev: 'v2.3.2' hooks: - id: autopep8 args: @@ -19,7 +19,7 @@ repos: - id: isort - repo: https://github.com/pycqa/flake8 - rev: "6.1.0" + rev: "7.1.1" hooks: - id: flake8 args: @@ -40,7 +40,7 @@ repos: )$ - repo: https://github.com/pre-commit/pre-commit-hooks - rev: "v4.5.0" + rev: "v5.0.0" hooks: - id: end-of-file-fixer - id: mixed-line-ending