Skip to content

Commit fbab379

Browse files
chore(deps): update all dependencies
1 parent bd496c3 commit fbab379

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ default_language_version:
77
exclude: "(?x)^(\n _readthedocs|\n .tox\n)$\n"
88
repos:
99
- repo: https://github.com/renovatebot/pre-commit-hooks
10-
rev: 43.104.2
10+
rev: 43.141.2
1111
hooks:
1212
- id: renovate-config-validator
1313
alias: renovate
1414
args:
1515
- --strict
1616
- repo: https://github.com/rbubley/mirrors-prettier
17-
rev: v3.8.1
17+
rev: v3.8.3
1818
hooks:
1919
- id: prettier
2020
entry:
@@ -34,7 +34,7 @@ repos:
3434
hooks:
3535
- id: tox-ini-fmt
3636
- repo: https://github.com/streetsidesoftware/cspell-cli
37-
rev: v9.7.0
37+
rev: v10.0.0
3838
hooks:
3939
- id: cspell
4040
name: Spell check with cspell
@@ -109,14 +109,14 @@ repos:
109109
alias: toml
110110

111111
- repo: https://github.com/astral-sh/ruff-pre-commit
112-
rev: v0.15.9
112+
rev: v0.15.12
113113
hooks:
114114
- id: ruff-format
115115
alias: ruff
116116
- id: ruff-check
117117
alias: ruff
118118
- repo: https://github.com/pre-commit/mirrors-mypy.git
119-
rev: v1.20.0
119+
rev: v1.20.2
120120
hooks:
121121
- id: mypy
122122
additional_dependencies:

0 commit comments

Comments
 (0)