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/mirrors-prettier: v3.1.0 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.1.0...v4.0.0-alpha.8)
- [github.com/psf/black: 24.3.0 → 24.4.2](psf/black@24.3.0...24.4.2)
  • Loading branch information
pre-commit-ci[bot] authored and consideRatio committed May 7, 2024
1 parent a247e33 commit 377b007
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
repos:
# Autoformat: markdown, yaml
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.1.0
rev: v4.0.0-alpha.8
hooks:
- id: prettier

Expand All @@ -31,7 +31,7 @@ repos:

# Autoformat: Python code
- repo: https://github.com/psf/black
rev: "24.3.0"
rev: "24.4.2"
hooks:
- id: black
# This is a `.py` file but is encrypted with sops
Expand Down

0 comments on commit 377b007

Please sign in to comment.