Skip to content

Commit 23acc31

Browse files
authored
Merge pull request data-engineering-collective#110 from data-engineering-collective/pre-commit-autoupdate
Auto-update pre-commit hooks
2 parents e0f1017 + 8f29f47 commit 23acc31

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
repos:
22
# Run ruff first because autofix behaviour is enabled
33
- repo: https://github.com/Quantco/pre-commit-mirrors-ruff
4-
rev: "0.1.3"
4+
rev: "0.1.4"
55
hooks:
66
- id: ruff-conda
77
- id: ruff-format-conda
88
- repo: https://github.com/Quantco/pre-commit-mirrors-mypy
9-
rev: "1.5.1"
9+
rev: "1.6.1"
1010
hooks:
1111
- id: mypy-conda
1212
files: plateau
@@ -20,7 +20,7 @@ repos:
2020
- numpy=1.26
2121
- minimalkv=1.4.2
2222
- repo: https://github.com/Quantco/pre-commit-mirrors-pyupgrade
23-
rev: 3.14.0
23+
rev: 3.15.0
2424
hooks:
2525
- id: pyupgrade-conda
2626
args:

0 commit comments

Comments
 (0)