Skip to content

Commit 8585116

Browse files
committed
chore: dependencies update
1 parent c438b4f commit 8585116

2 files changed

Lines changed: 132 additions & 119 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
repos:
33
- repo: https://github.com/astral-sh/ruff-pre-commit
4-
rev: 'v0.6.1'
4+
rev: 'v0.6.4'
55
hooks:
66
- id: ruff
77
args: [--fix, --exit-non-zero-on-fix]
@@ -20,11 +20,11 @@ repos:
2020
hooks:
2121
- id: docformatter
2222
- repo: https://github.com/pre-commit/mirrors-mypy
23-
rev: v1.11.1
23+
rev: v1.11.2
2424
hooks:
2525
- id: mypy
2626
- repo: https://github.com/codespell-project/codespell
27-
rev: v2.2.4
27+
rev: v2.3.0
2828
hooks:
2929
- id: codespell
3030
additional_dependencies:

0 commit comments

Comments
 (0)