Skip to content

Commit

Permalink
Add section for mdformat but disable it for now.
Browse files Browse the repository at this point in the history
See executablebooks/mdformat-myst#9 for more details.
  • Loading branch information
jezdez committed May 12, 2022
1 parent 380cc6d commit fce1741
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .pre-commit-config.yaml
Expand Up @@ -75,3 +75,14 @@ repos:
- typescript
- '@typescript-eslint/eslint-plugin'
- '@typescript-eslint/parser'

# Commented out until mdformat-myst supports custom extensions
# See https://github.com/executablebooks/mdformat-myst/pull/9
# - repo: https://github.com/executablebooks/mdformat
# rev: 0.7.14 # Use the ref you want to point at
# hooks:
# - id: mdformat
# additional_dependencies:
# - mdformat-gfm
# - mdformat-myst
# - mdformat-black

0 comments on commit fce1741

Please sign in to comment.