Skip to content

Commit 7b9fdfb

Browse files
committed
Update dependencies
1 parent b04d53f commit 7b9fdfb

File tree

3 files changed

+550
-549
lines changed

3 files changed

+550
-549
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ repos:
88
- id: mixed-line-ending
99
- id: trailing-whitespace
1010
- repo: https://github.com/astral-sh/ruff-pre-commit
11-
rev: v0.11.13
11+
rev: v0.12.8
1212
hooks:
1313
- id: ruff
1414
args: [--fix]
1515
- id: ruff-format
1616
- repo: https://github.com/pre-commit/mirrors-mypy
17-
rev: v1.16.0
17+
rev: v1.17.1
1818
hooks:
1919
- id: mypy
2020
files: aiohttp_client_cache
@@ -24,6 +24,6 @@ repos:
2424
hooks:
2525
- id: prettier
2626
- repo: https://github.com/crate-ci/typos
27-
rev: v1.33.1
27+
rev: v1.35.3
2828
hooks:
2929
- id: typos

0 commit comments

Comments
 (0)