Skip to content

Commit 723c46d

Browse files
Pre-commit autoupdate (#221)
Co-authored-by: quant-ranger[bot] <132915763+quant-ranger[bot]@users.noreply.github.com>
1 parent 246bb47 commit 723c46d

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,6 +1,6 @@
11
repos:
22
- repo: https://github.com/Quantco/pre-commit-mirrors-black
3-
rev: 24.3.0
3+
rev: 24.4.2
44
hooks:
55
- id: black-conda
66
args:
@@ -16,7 +16,7 @@ repos:
1616
- id: isort-conda
1717
additional_dependencies: [-c, conda-forge, toml=0.10.2]
1818
- repo: https://github.com/Quantco/pre-commit-mirrors-mypy
19-
rev: "1.9.0"
19+
rev: "1.10.0"
2020
hooks:
2121
- id: mypy-conda
2222
additional_dependencies: [-c, conda-forge, types-setuptools]
@@ -27,7 +27,7 @@ repos:
2727
args:
2828
- --py38-plus
2929
- repo: https://github.com/Quantco/pre-commit-mirrors-typos
30-
rev: 1.19.0
30+
rev: 1.21.0
3131
hooks:
3232
- id: typos-conda
3333
exclude: "\\.csv$"

0 commit comments

Comments
 (0)