Skip to content

Commit 36c4fbc

Browse files
ci(autoupdate): Autoupdating commit msg (#19)
updates: - [github.com/codespell-project/codespell: v2.2.4 → v2.2.5](codespell-project/codespell@v2.2.4...v2.2.5) - [github.com/pre-commit/mirrors-mypy: v1.3.0 → v1.4.1](pre-commit/mirrors-mypy@v1.3.0...v1.4.1) - [github.com/pre-commit/mirrors-eslint: v8.41.0 → v8.43.0](pre-commit/mirrors-eslint@v8.41.0...v8.43.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent c5b2bc9 commit 36c4fbc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ repos:
3434
args:
3535
- --settings-path=backend/pyproject.toml
3636
- repo: https://github.com/codespell-project/codespell
37-
rev: v2.2.4
37+
rev: v2.2.5
3838
hooks:
3939
- id: codespell
4040
additional_dependencies:
4141
- tomli
4242
- repo: https://github.com/pre-commit/mirrors-mypy
43-
rev: "v1.3.0"
43+
rev: "v1.4.1"
4444
hooks:
4545
- id: mypy
4646
args:
@@ -52,7 +52,7 @@ repos:
5252
files: \.[jt]sx?$
5353
types_or: [css, javascript]
5454
- repo: https://github.com/pre-commit/mirrors-eslint
55-
rev: "v8.41.0"
55+
rev: "v8.43.0"
5656
hooks:
5757
- id: eslint
5858
files: \.[jt]sx?$ # *.js, *.jsx, *.ts and *.tsx

0 commit comments

Comments
 (0)