Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v2.3.0 → v4.5.0](pre-commit/pre-commit-hooks@v2.3.0...v4.5.0)
- [github.com/psf/black: 20.8b1 → 23.12.1](psf/black@20.8b1...23.12.1)
- https://github.com/prettier/prettierhttps://github.com/pre-commit/mirrors-prettier
- [github.com/pre-commit/mirrors-prettier: master → v4.0.0-alpha.8](pre-commit/mirrors-prettier@master...v4.0.0-alpha.8)
  • Loading branch information
pre-commit-ci[bot] authored Dec 25, 2023
1 parent 898bc7b commit 899ded5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.3.0
rev: v4.5.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/psf/black
rev: 20.8b1
rev: 23.12.1
hooks:
- id: black
- repo: https://github.com/prettier/prettier
rev: "master" # Use the sha or tag you want to point at
- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v4.0.0-alpha.8" # Use the sha or tag you want to point at
hooks:
- id: prettier
- repo: https://github.com/motet-a/jinjalint
Expand Down

0 comments on commit 899ded5

Please sign in to comment.