Skip to content

Commit

Permalink
Merge branch 'main' into cache_attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
cbourjau authored Dec 4, 2023
2 parents f8537f5 + c1fb063 commit 0f109a1
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 0f109a1

Please sign in to comment.