Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#198)
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/mirrors-prettier: v4.0.0-alpha.4 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v4.0.0-alpha.4...v4.0.0-alpha.8)
- [github.com/PyCQA/isort: 5.13.0 → 5.13.2](PyCQA/isort@5.13.0...5.13.2)
- [github.com/psf/black: 23.11.0 → 23.12.1](psf/black@23.11.0...23.12.1)
- [github.com/Riverside-Healthcare/djLint: v1.34.0 → v1.34.1](djlint/djLint@v1.34.0...v1.34.1)
- [github.com/pre-commit/mirrors-mypy: v1.7.1 → v1.8.0](pre-commit/mirrors-mypy@v1.7.1...v1.8.0)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Jan 7, 2024
1 parent 7c0079e commit 29baaef
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 @@ -35,7 +35,7 @@ repos:
- id: rst-inline-touching-normal

- repo: https://github.com/pre-commit/mirrors-prettier
rev: 'v4.0.0-alpha.4'
rev: 'v4.0.0-alpha.8'
hooks:
- id: prettier
types_or: [yaml, markdown, json]
Expand Down Expand Up @@ -67,12 +67,12 @@ repos:
args: [--config=pyproject.toml]

- repo: https://github.com/PyCQA/isort
rev: 5.13.0
rev: 5.13.2
hooks:
- id: isort

- repo: https://github.com/psf/black
rev: 23.11.0
rev: 23.12.1
hooks:
- id: black

Expand Down Expand Up @@ -105,14 +105,14 @@ repos:
additional_dependencies: ['bandit[toml]']

- repo: https://github.com/Riverside-Healthcare/djLint
rev: v1.34.0
rev: v1.34.1
hooks:
- id: djlint-reformat-django
args: ['--configuration', './pyproject.toml']
- id: djlint-django

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.7.1
rev: v1.8.0
hooks:
- id: mypy
args: [--config-file, ./pyproject.toml]
Expand Down

0 comments on commit 29baaef

Please sign in to comment.