diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 95bf5f8e..7f84ff19 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,7 +11,7 @@ repos: language: fail files: "\\.rej$" - repo: https://github.com/pre-commit/mirrors-prettier - rev: v2.2.1 + rev: v3.0.3 hooks: - id: prettier additional_dependencies: @@ -20,7 +20,7 @@ repos: args: - --plugin=@prettier/plugin-xml - repo: https://github.com/myint/autoflake - rev: v1.4 + rev: v2.2.1 hooks: - id: autoflake args: @@ -31,11 +31,11 @@ repos: - --remove-duplicate-keys - --remove-unused-variables - repo: https://github.com/asottile/pyupgrade - rev: v2.7.4 + rev: v3.13.0 hooks: - id: pyupgrade - repo: https://github.com/psf/black - rev: 20.8b1 + rev: 23.9.1 hooks: - id: black additional_dependencies: ["click<8.1.0"] @@ -46,7 +46,7 @@ repos: args: - --settings=. - repo: https://github.com/PyCQA/flake8 - rev: 3.8.4 + rev: 6.1.0 hooks: - &flake8 id: flake8 @@ -61,7 +61,7 @@ repos: - --extend-ignore=F401 files: /__init__\.py$ - repo: https://github.com/thlorenz/doctoc - rev: v2.0.0 + rev: v2.2.0 hooks: - id: doctoc args: @@ -70,7 +70,7 @@ repos: - --title=Table of contents exclude: ^tests/ - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v3.4.0 + rev: v4.4.0 hooks: - id: check-added-large-files args: