diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 422a063..3c38354 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -29,7 +29,7 @@ repos: - id: isort - repo: https://github.com/pycqa/flake8 - rev: 7.1.0 + rev: 7.1.1 hooks: - id: flake8 additional_dependencies: @@ -39,7 +39,7 @@ repos: exclude: ^src/blib2to3/ - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.12.0 + rev: v1.13.0 hooks: - id: mypy exclude: ^(docs/conf.py|scripts/generate_schema.py)$ @@ -66,10 +66,11 @@ repos: rev: v4.0.0-alpha.8 hooks: - id: prettier + types_or: [css, javascript, html, json, yaml] exclude: \.github/workflows/diff_shades\.yml - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: end-of-file-fixer - id: trailing-whitespace