Skip to content

Commit 29baaef

Browse files
[pre-commit.ci] pre-commit autoupdate (#198)
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>
1 parent 7c0079e commit 29baaef

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ repos:
3535
- id: rst-inline-touching-normal
3636

3737
- repo: https://github.com/pre-commit/mirrors-prettier
38-
rev: 'v4.0.0-alpha.4'
38+
rev: 'v4.0.0-alpha.8'
3939
hooks:
4040
- id: prettier
4141
types_or: [yaml, markdown, json]
@@ -67,12 +67,12 @@ repos:
6767
args: [--config=pyproject.toml]
6868

6969
- repo: https://github.com/PyCQA/isort
70-
rev: 5.13.0
70+
rev: 5.13.2
7171
hooks:
7272
- id: isort
7373

7474
- repo: https://github.com/psf/black
75-
rev: 23.11.0
75+
rev: 23.12.1
7676
hooks:
7777
- id: black
7878

@@ -105,14 +105,14 @@ repos:
105105
additional_dependencies: ['bandit[toml]']
106106

107107
- repo: https://github.com/Riverside-Healthcare/djLint
108-
rev: v1.34.0
108+
rev: v1.34.1
109109
hooks:
110110
- id: djlint-reformat-django
111111
args: ['--configuration', './pyproject.toml']
112112
- id: djlint-django
113113

114114
- repo: https://github.com/pre-commit/mirrors-mypy
115-
rev: v1.7.1
115+
rev: v1.8.0
116116
hooks:
117117
- id: mypy
118118
args: [--config-file, ./pyproject.toml]

0 commit comments

Comments
 (0)