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: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0)
- [github.com/asottile/pyupgrade: v3.10.1 → v3.15.0](asottile/pyupgrade@v3.10.1...v3.15.0)
- [github.com/psf/black: 23.7.0 → 23.11.0](psf/black@23.7.0...23.11.0)
- [github.com/pre-commit/mirrors-prettier: v3.0.3 → v4.0.0-alpha.3](pre-commit/mirrors-prettier@v3.0.3...v4.0.0-alpha.3)
- [github.com/pre-commit/mirrors-prettier: v3.0.3 → v4.0.0-alpha.3](pre-commit/mirrors-prettier@v3.0.3...v4.0.0-alpha.3)
  • Loading branch information
pre-commit-ci[bot] authored Dec 4, 2023
1 parent 066d1b0 commit f678170
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ci:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -14,14 +14,14 @@ repos:
- id: mixed-line-ending

- repo: https://github.com/asottile/pyupgrade
rev: v3.10.1
rev: v3.15.0
hooks:
- id: pyupgrade
args:
- '--py38-plus'

- repo: https://github.com/psf/black
rev: 23.7.0
rev: 23.11.0
hooks:
- id: black
- id: black-jupyter
Expand All @@ -46,7 +46,7 @@ repos:
- id: isort

- repo: https://github.com/pre-commit/mirrors-prettier
rev: 'v3.0.3'
rev: 'v4.0.0-alpha.3'
hooks:
- id: prettier
files: "\\.(\
Expand All @@ -61,7 +61,7 @@ repos:
)$"

- repo: https://github.com/pre-commit/mirrors-prettier
rev: 'v3.0.3'
rev: 'v4.0.0-alpha.3'
hooks:
- id: prettier
name: prettier-markdown
Expand Down

0 comments on commit f678170

Please sign in to comment.