Skip to content

Commit 606744f

Browse files
Pre-commit autoupdate (#199)
Co-authored-by: quant-ranger[bot] <132915763+quant-ranger[bot]@users.noreply.github.com>
1 parent b006aad commit 606744f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
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: 23.11.0
3+
rev: 23.12.1
44
hooks:
55
- id: black-conda
66
args:
@@ -11,12 +11,12 @@ repos:
1111
hooks:
1212
- id: flake8-conda
1313
- repo: https://github.com/Quantco/pre-commit-mirrors-isort
14-
rev: 5.12.0
14+
rev: 5.13.2
1515
hooks:
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.7.1"
19+
rev: "1.8.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.16.23
30+
rev: 1.16.26
3131
hooks:
3232
- id: typos-conda
3333
exclude: "\\.csv$"

0 commit comments

Comments
 (0)