Skip to content

Commit

Permalink
Pre-commit autoupdate (#43)
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 Jan 1, 2024
1 parent e08a452 commit 2a5ef2b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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.12.1
hooks:
- id: black-conda
args:
Expand All @@ -11,17 +11,17 @@ repos:
hooks:
- id: flake8-conda
- repo: https://github.com/Quantco/pre-commit-mirrors-isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort-conda
additional_dependencies: [-c, conda-forge, toml=0.10.2]
- repo: https://github.com/Quantco/pre-commit-mirrors-mypy
rev: 1.5.1
rev: 1.8.0
hooks:
- id: mypy-conda
additional_dependencies: [-c, conda-forge, types-setuptools]
- repo: https://github.com/Quantco/pre-commit-mirrors-pyupgrade
rev: 3.13.0
rev: 3.15.0
hooks:
- id: pyupgrade-conda
args:
Expand Down

0 comments on commit 2a5ef2b

Please sign in to comment.