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)
- https://gitlab.com/pycqa/flake8https://github.com/PyCQA/flake8
- [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)
  • Loading branch information
pre-commit-ci[bot] authored Feb 12, 2024
1 parent 774cb17 commit f2e0761
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,17 +3,17 @@ 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)
- 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 @@ -32,8 +32,8 @@ repos:
- id: requirements-txt-fixer
- id: sort-simple-yaml
- id: trailing-whitespace
- repo: https://gitlab.com/pycqa/flake8
rev: 3.8.3
- repo: https://github.com/PyCQA/flake8
rev: 7.0.0
hooks:
- id: flake8
- repo: local
Expand All @@ -53,6 +53,6 @@ repos:
- shell

- repo: https://github.com/asottile/blacken-docs
rev: v1.7.0
rev: 1.16.0
hooks:
- id: blacken-docs

0 comments on commit f2e0761

Please sign in to comment.