Skip to content

Commit 0a4b896

Browse files
committed
#129: make upgrade + pre-commit autoupdate
Signed-off-by: Stavros Ntentos <133706+stdedos@users.noreply.github.com>
1 parent fffa82a commit 0a4b896

File tree

2 files changed

+455
-365
lines changed

2 files changed

+455
-365
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ci:
44

55
repos:
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v4.6.0
7+
rev: v6.0.0
88
hooks:
99
- id: end-of-file-fixer
1010
exclude: ^.idea/
@@ -35,18 +35,18 @@ repos:
3535
- --offset
3636
- '2'
3737
- repo: https://github.com/astral-sh/ruff-pre-commit
38-
rev: v0.6.8
38+
rev: v0.14.1
3939
hooks:
4040
- id: ruff
4141
args:
4242
- --fix
4343
exclude: tests/input/
4444
- repo: https://github.com/psf/black
45-
rev: 24.8.0
45+
rev: 25.9.0
4646
hooks:
4747
- id: black
4848
- repo: https://github.com/asottile/blacken-docs
49-
rev: 1.18.0
49+
rev: 1.20.0
5050
hooks:
5151
- id: blacken-docs
5252
additional_dependencies:
@@ -74,7 +74,7 @@ repos:
7474
language: pygrep
7575
types: [python]
7676
- repo: https://github.com/pre-commit/mirrors-mypy
77-
rev: v1.11.2
77+
rev: v1.18.2
7878
hooks:
7979
- id: mypy
8080
exclude: tests/input/

0 commit comments

Comments
 (0)