Skip to content

Commit b72d4f5

Browse files
authored
Merge pull request #131 from qurator-spk/chore/update-pre-commit
⚙ pre-commit: update
2 parents 071e6a8 + 058042a commit b72d4f5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.6.0
3+
rev: v5.0.0
44
hooks:
55
- id: trailing-whitespace
66
- id: end-of-file-fixer
@@ -11,20 +11,20 @@ repos:
1111
- id: check-ast
1212

1313
- repo: https://github.com/psf/black
14-
rev: 24.4.2
14+
rev: 25.1.0
1515
hooks:
1616
- id: black
1717

1818
- repo: https://github.com/astral-sh/ruff-pre-commit
19-
rev: v0.5.4
19+
rev: v0.11.5
2020
hooks:
2121
- args:
2222
- --fix
2323
- --exit-non-zero-on-fix
2424
id: ruff
2525

2626
- repo: https://github.com/pre-commit/mirrors-mypy
27-
rev: v1.11.0
27+
rev: v1.15.0
2828
hooks:
2929
- additional_dependencies:
3030
- types-setuptools
@@ -36,7 +36,7 @@ repos:
3636
id: mypy
3737

3838
- repo: https://gitlab.com/vojko.pribudic.foss/pre-commit-update
39-
rev: v0.3.3post1
39+
rev: v0.6.1
4040
hooks:
4141
- id: pre-commit-update
4242

0 commit comments

Comments
 (0)