Skip to content

Commit b98b564

Browse files
Pre-commit autoupdate (#215)
Co-authored-by: quant-ranger[bot] <132915763+quant-ranger[bot]@users.noreply.github.com> Co-authored-by: Kevin Klein <7267523+kklein@users.noreply.github.com>
1 parent a0ed1ee commit b98b564

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.1.1
3+
rev: 24.2.0
44
hooks:
55
- id: black-conda
66
args:
@@ -21,13 +21,13 @@ repos:
2121
- id: mypy-conda
2222
additional_dependencies: [-c, conda-forge, types-setuptools]
2323
- repo: https://github.com/Quantco/pre-commit-mirrors-pyupgrade
24-
rev: 3.15.0
24+
rev: 3.15.1
2525
hooks:
2626
- id: pyupgrade-conda
2727
args:
2828
- --py38-plus
2929
- repo: https://github.com/Quantco/pre-commit-mirrors-typos
30-
rev: 1.18.0
30+
rev: 1.19.0
3131
hooks:
3232
- id: typos-conda
3333
exclude: "\\.csv$"

0 commit comments

Comments
 (0)