Skip to content

Commit f92831f

Browse files
ci(autoupdate): Autoupdating commit msg (#25)
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/psf/black: 23.7.0 → 23.11.0](psf/black@23.7.0...23.11.0) - [github.com/pycqa/isort: 5.12.0 → 5.13.1](PyCQA/isort@5.12.0...5.13.1) - [github.com/codespell-project/codespell: v2.2.5 → v2.2.6](codespell-project/codespell@v2.2.5...v2.2.6) - [github.com/pre-commit/mirrors-mypy: v1.4.1 → v1.7.1](pre-commit/mirrors-mypy@v1.4.1...v1.7.1) - [github.com/pre-commit/mirrors-prettier: v3.0.1 → v4.0.0-alpha.4](pre-commit/mirrors-prettier@v3.0.1...v4.0.0-alpha.4) - [github.com/pre-commit/mirrors-eslint: v8.46.0 → v8.55.0](pre-commit/mirrors-eslint@v8.46.0...v8.55.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 403a907 commit f92831f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,46 +13,46 @@ ci:
1313
submodules: false
1414
repos:
1515
- repo: https://github.com/pre-commit/pre-commit-hooks
16-
rev: v4.4.0
16+
rev: v4.5.0
1717
hooks:
1818
- id: check-yaml
1919
- id: end-of-file-fixer
2020
- id: trailing-whitespace
2121
files: ^backend/
2222
- repo: https://github.com/psf/black
23-
rev: 23.7.0
23+
rev: 23.11.0
2424
hooks:
2525
- id: black
2626
language_version: python3.11
2727
args:
2828
- --config=backend/pyproject.toml
2929
- repo: https://github.com/pycqa/isort
30-
rev: 5.12.0
30+
rev: 5.13.1
3131
hooks:
3232
- id: isort
3333
name: isort (python)
3434
args:
3535
- --settings-path=backend/pyproject.toml
3636
- repo: https://github.com/codespell-project/codespell
37-
rev: v2.2.5
37+
rev: v2.2.6
3838
hooks:
3939
- id: codespell
4040
additional_dependencies:
4141
- tomli
4242
- repo: https://github.com/pre-commit/mirrors-mypy
43-
rev: "v1.4.1"
43+
rev: "v1.7.1"
4444
hooks:
4545
- id: mypy
4646
args:
4747
- --config-file=backend/pyproject.toml
4848
- repo: https://github.com/pre-commit/mirrors-prettier
49-
rev: "v3.0.1"
49+
rev: "v4.0.0-alpha.4"
5050
hooks:
5151
- id: prettier
5252
files: \.[jt]sx?$
5353
types_or: [css, javascript]
5454
- repo: https://github.com/pre-commit/mirrors-eslint
55-
rev: "v8.46.0"
55+
rev: "v8.55.0"
5656
hooks:
5757
- id: eslint
5858
files: \.[jt]sx?$ # *.js, *.jsx, *.ts and *.tsx

0 commit comments

Comments
 (0)