Skip to content

Commit

Permalink
Pre-commit autoupdate (#745)
Browse files Browse the repository at this point in the history
  • Loading branch information
quant-ranger[bot] committed Jan 2, 2024
1 parent 40e5713 commit 81b6f3b
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.11.0
rev: 23.12.1
hooks:
- id: black-conda
args:
Expand All @@ -23,12 +23,12 @@ repos:
]
exclude: (^src/glum_benchmarks/orig_sklearn_fork/|^docs)
- repo: https://github.com/Quantco/pre-commit-mirrors-isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort-conda
additional_dependencies: [toml]
- repo: https://github.com/Quantco/pre-commit-mirrors-mypy
rev: "1.7.1"
rev: "1.8.0"
hooks:
- id: mypy-conda
args:
Expand Down

0 comments on commit 81b6f3b

Please sign in to comment.