Skip to content

Commit

Permalink
Pre-commit autoupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
quant-ranger[bot] authored Dec 4, 2023
1 parent 666dee7 commit a69acf6
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.10.1
rev: 23.11.0
hooks:
- id: black-conda
args:
Expand All @@ -16,7 +16,7 @@ repos:
- id: isort-conda
additional_dependencies: [-c, conda-forge, toml=0.10.2]
- repo: https://github.com/Quantco/pre-commit-mirrors-mypy
rev: "1.6.1"
rev: "1.7.1"
hooks:
- id: mypy-conda
additional_dependencies: [-c, conda-forge, types-setuptools]
Expand All @@ -27,7 +27,7 @@ repos:
args:
- --py38
- repo: https://github.com/Quantco/pre-commit-mirrors-prettier
rev: 3.0.3
rev: 3.1.0
hooks:
- id: prettier-conda
files: "\\.md$"

0 comments on commit a69acf6

Please sign in to comment.