Skip to content

Commit f52238c

Browse files
Pre-commit autoupdate (#218)
1 parent 8422748 commit f52238c

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.2.0
3+
rev: 24.3.0
44
hooks:
55
- id: black-conda
66
args:
@@ -16,12 +16,12 @@ 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.8.0"
19+
rev: "1.9.0"
2020
hooks:
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.1
24+
rev: 3.15.2
2525
hooks:
2626
- id: pyupgrade-conda
2727
args:

0 commit comments

Comments
 (0)