Skip to content

Commit 954abc6

Browse files
Pre-commit autoupdate (#783)
Co-authored-by: quant-ranger[bot] <132915763+quant-ranger[bot]@users.noreply.github.com>
1 parent a80e043 commit 954abc6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
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.2.0
3+
rev: 24.3.0
44
hooks:
55
- id: black-conda
66
args:
@@ -28,7 +28,7 @@ repos:
2828
- id: isort-conda
2929
additional_dependencies: [toml]
3030
- repo: https://github.com/Quantco/pre-commit-mirrors-mypy
31-
rev: "1.8.0"
31+
rev: "1.9.0"
3232
hooks:
3333
- id: mypy-conda
3434
args:
@@ -38,7 +38,7 @@ repos:
3838
exclude: ^tests/
3939
additional_dependencies: [-c, conda-forge, types-setuptools=67.5, attrs]
4040
- repo: https://github.com/Quantco/pre-commit-mirrors-pyupgrade
41-
rev: 3.15.1
41+
rev: 3.15.2
4242
hooks:
4343
- id: pyupgrade-conda
4444
exclude: ^src/glum_benchmarks/orig_sklearn_fork/

0 commit comments

Comments
 (0)