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/psf/black: 23.11.0 → 23.12.0](psf/black@23.11.0...23.12.0)
- [github.com/pre-commit/mirrors-prettier: v3.1.0 → v4.0.0-alpha.7](pre-commit/mirrors-prettier@v3.1.0...v4.0.0-alpha.7)
- [github.com/pre-commit/mirrors-mypy: v1.7.0 → v1.7.1](pre-commit/mirrors-mypy@v1.7.0...v1.7.1)
  • Loading branch information
pre-commit-ci[bot] authored and nicoddemus committed Dec 19, 2023
1 parent 05efcce commit 788af1b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/psf/black
rev: 23.11.0
rev: 23.12.0
hooks:
- id: black
args: [--safe, --quiet]
Expand All @@ -10,7 +10,7 @@ repos:
- id: blacken-docs
additional_dependencies: [black==23.1.0]
- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v3.1.0"
rev: "v4.0.0-alpha.7"
hooks:
- id: prettier
types_or: [css, javascript]
Expand Down Expand Up @@ -42,7 +42,7 @@ repos:
language: python
additional_dependencies: [pygments, restructuredtext_lint]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.7.0
rev: v1.7.1
hooks:
- id: mypy
files: ^(src/|tests/)
Expand Down

0 comments on commit 788af1b

Please sign in to comment.