Skip to content

Commit da68290

Browse files
ci(autoupdate): Autoupdating commit msg
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.5.0...v5.0.0) - [github.com/psf/black: 24.3.0 → 24.10.0](psf/black@24.3.0...24.10.0) - [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](codespell-project/codespell@v2.2.6...v2.3.0) - [github.com/pre-commit/mirrors-mypy: v1.9.0 → v1.13.0](pre-commit/mirrors-mypy@v1.9.0...v1.13.0) - [github.com/pre-commit/mirrors-eslint: v9.0.0-rc.0 → v9.14.0](pre-commit/mirrors-eslint@v9.0.0-rc.0...v9.14.0)
1 parent d2e931b commit da68290

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
default_install_hook_types: [pre-commit]
2-
default_stages: [commit, push]
2+
default_stages: [pre-commit, pre-push]
33
default_language_version:
44
python: python3.11
55
ci:
@@ -13,14 +13,14 @@ ci:
1313
submodules: false
1414
repos:
1515
- repo: https://github.com/pre-commit/pre-commit-hooks
16-
rev: v4.5.0
16+
rev: v5.0.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: 24.3.0
23+
rev: 24.10.0
2424
hooks:
2525
- id: black
2626
language_version: python3.11
@@ -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.6
37+
rev: v2.3.0
3838
hooks:
3939
- id: codespell
4040
additional_dependencies:
4141
- tomli
4242
- repo: https://github.com/pre-commit/mirrors-mypy
43-
rev: "v1.9.0"
43+
rev: "v1.13.0"
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: "v9.0.0-rc.0"
55+
rev: "v9.14.0"
5656
hooks:
5757
- id: eslint
5858
files: \.[jt]sx?$ # *.js, *.jsx, *.ts and *.tsx

0 commit comments

Comments
 (0)