Skip to content

Commit c96ce2b

Browse files
akxWhyNotHugo
authored andcommitted
Renovate pre-commit tools
1 parent 12148e1 commit c96ce2b

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
@@ -1,26 +1,26 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.4.0
3+
rev: v4.5.0
44
hooks:
55
- id: trailing-whitespace
66
args: [--markdown-linebreak-ext=md]
77
- id: end-of-file-fixer
88
- id: debug-statements
99
- repo: https://github.com/psf/black
10-
rev: "23.7.0"
10+
rev: "23.11.0"
1111
hooks:
1212
- id: black
1313
- repo: https://github.com/pre-commit/mirrors-mypy
14-
rev: 'v1.5.1'
14+
rev: 'v1.7.1'
1515
hooks:
1616
- id: mypy
1717
- repo: https://github.com/astral-sh/ruff-pre-commit
18-
rev: 'v0.0.287'
18+
rev: 'v0.1.6'
1919
hooks:
2020
- id: ruff
2121
args: [--fix, --exit-non-zero-on-fix]
2222
- repo: https://github.com/netromdk/vermin
23-
rev: v1.5.2
23+
rev: v1.6.0
2424
hooks:
2525
- id: vermin
2626
args: ['-t=3.8-', '--violations']

0 commit comments

Comments
 (0)