Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- https://github.com/prettier/prettierhttps://github.com/pre-commit/mirrors-prettier
- [github.com/pre-commit/mirrors-prettier: 2.0.5 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@2.0.5...v4.0.0-alpha.8)
- https://github.com/python/blackhttps://github.com/psf/black
- [github.com/psf/black: 19.10b0 → 24.2.0](psf/black@19.10b0...24.2.0)
- [github.com/pre-commit/pre-commit-hooks: v3.2.0 → v4.5.0](pre-commit/pre-commit-hooks@v3.2.0...v4.5.0)
- [github.com/pycqa/flake8: 3.8.3 → 7.0.0](PyCQA/flake8@3.8.3...7.0.0)
- [github.com/asottile/blacken-docs: v1.7.0 → 1.16.0](adamchainz/blacken-docs@v1.7.0...1.16.0)
- [github.com/hcodes/yaspeller.git: v7.0.0 → v10.0.1](https://github.com/hcodes/yaspeller.git/compare/v7.0.0...v10.0.1)
  • Loading branch information
pre-commit-ci[bot] authored Feb 12, 2024
1 parent 07f279e commit de98466
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@ repos:
- repo: meta
hooks:
- id: check-useless-excludes
- repo: https://github.com/prettier/prettier
rev: 2.0.5
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v4.0.0-alpha.8
hooks:
- id: prettier
files: \.(css|js|md|markdown|json)
exclude: themes
- repo: https://github.com/python/black
rev: 19.10b0
- repo: https://github.com/psf/black
rev: 24.2.0
hooks:
- id: black
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.2.0
rev: v4.5.0
hooks:
- id: check-added-large-files
- id: check-ast
Expand All @@ -41,7 +41,7 @@ repos:
- id: trailing-whitespace
exclude: themes
- repo: https://github.com/pycqa/flake8
rev: 3.8.3
rev: 7.0.0
hooks:
- id: flake8
- repo: local
Expand All @@ -60,11 +60,11 @@ repos:
types:
- shell
- repo: https://github.com/asottile/blacken-docs
rev: v1.7.0
rev: 1.16.0
hooks:
- id: blacken-docs
- repo: https://github.com/hcodes/yaspeller.git
rev: v7.0.0
rev: v10.0.1
hooks:
- id: yaspeller
files: \.en\.md
Expand Down

0 comments on commit de98466

Please sign in to comment.