Skip to content

Commit 99b320f

Browse files
committed
Update pre-commit
1 parent 4402f4d commit 99b320f

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
@@ -2,7 +2,7 @@
22
# See https://pre-commit.com/hooks.html for more hooks
33
repos:
44
- repo: 'https://github.com/pre-commit/pre-commit-hooks'
5-
rev: v5.0.0
5+
rev: v6.0.0
66
hooks:
77
- id: trailing-whitespace
88
- id: end-of-file-fixer
@@ -18,29 +18,29 @@ repos:
1818
- id: check-merge-conflict
1919

2020
- repo: 'https://github.com/astral-sh/ruff-pre-commit'
21-
rev: v0.11.2
21+
rev: v0.14.9
2222
hooks:
2323
- id: ruff
2424
args:
2525
- '--fix'
2626
- id: ruff-format
2727

2828
- repo: 'https://github.com/asottile/blacken-docs'
29-
rev: 1.19.1
29+
rev: 1.20.0
3030
hooks:
3131
- id: blacken-docs
3232
additional_dependencies:
3333
- black
3434

3535
- repo: 'https://github.com/asottile/pyupgrade'
36-
rev: v3.19.1
36+
rev: v3.21.2
3737
hooks:
3838
- id: pyupgrade
3939
args:
4040
- '--py37-plus'
4141

4242
- repo: 'https://github.com/pre-commit/mirrors-mypy'
43-
rev: v1.15.0
43+
rev: v1.19.0
4444
hooks:
4545
- id: mypy
4646
# additional_dependencies:

0 commit comments

Comments
 (0)