Skip to content

Commit

Permalink
Pre-commit autoupdate (#729)
Browse files Browse the repository at this point in the history
Co-authored-by: quant-ranger[bot] <132915763+quant-ranger[bot]@users.noreply.github.com>
  • Loading branch information
quant-ranger[bot] committed Nov 6, 2023
1 parent 84260eb commit d4b7b5d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/Quantco/pre-commit-mirrors-black
rev: 23.9.1
rev: 23.10.1
hooks:
- id: black-conda
args:
Expand Down Expand Up @@ -28,7 +28,7 @@ repos:
- id: isort-conda
additional_dependencies: [toml]
- repo: https://github.com/Quantco/pre-commit-mirrors-mypy
rev: "1.5.1"
rev: "1.6.1"
hooks:
- id: mypy-conda
args:
Expand All @@ -38,7 +38,7 @@ repos:
exclude: ^tests/
additional_dependencies: [-c, conda-forge, types-setuptools=67.5, attrs]
- repo: https://github.com/Quantco/pre-commit-mirrors-pyupgrade
rev: 3.13.0
rev: 3.15.0
hooks:
- id: pyupgrade-conda
exclude: ^src/glum_benchmarks/orig_sklearn_fork/
Expand Down

0 comments on commit d4b7b5d

Please sign in to comment.