Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repos:
hooks:
- id: pyproject-fmt
- repo: https://github.com/citation-file-format/cffconvert
rev: 5295f87c0e261da61a7b919fc754e3a77edd98a7
rev: b6045d78aac9e02b039703b030588d54d53262ac
hooks:
- id: validate-cff
- repo: https://github.com/codespell-project/codespell
Expand All @@ -28,7 +28,7 @@ repos:
.*\.ipynb
)$
- repo: https://github.com/executablebooks/mdformat
rev: 0.7.21
rev: 1.0.0
hooks:
- id: mdformat
additional_dependencies:
Expand Down
Loading