diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a39c647..336b6c0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,7 +8,7 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.1.0 + rev: v5.0.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -19,12 +19,12 @@ repos: args: [--remove] - repo: https://github.com/pycqa/flake8 - rev: 4.0.1 + rev: 7.1.1 hooks: - id: flake8 - repo: https://github.com/codespell-project/codespell - rev: v2.1.0 + rev: v2.3.0 hooks: - id: codespell args: @@ -33,12 +33,12 @@ repos: - --skip="*/.*,package.json,package-lock.json,*/.*,./archive,./scratch,./htmlcov" - repo: https://github.com/psf/black - rev: 22.3.0 + rev: 24.10.0 hooks: - id: black - repo: https://github.com/PyCQA/autoflake - rev: v1.4 + rev: v2.3.1 hooks: - id: autoflake name: autoflake @@ -52,12 +52,12 @@ repos: files: \.py$ - repo: https://github.com/asottile/pyupgrade - rev: v2.31.1 + rev: v3.19.0 hooks: - id: pyupgrade - repo: https://github.com/pycqa/isort - rev: 5.10.1 + rev: 5.13.2 hooks: - id: isort @@ -72,7 +72,7 @@ repos: pass_filenames: false - repo: https://github.com/pre-commit/mirrors-prettier - rev: v2.6.2 + rev: v4.0.0-alpha.8 hooks: - id: prettier additional_dependencies: @@ -80,7 +80,7 @@ repos: - prettier-plugin-tailwindcss@0.1.8 - repo: https://github.com/pre-commit/mirrors-eslint - rev: v8.12.0 + rev: v9.14.0 hooks: - id: eslint additional_dependencies: