Skip to content

Commit

Permalink
Initial commit 5
Browse files Browse the repository at this point in the history
  • Loading branch information
HenningRose committed Jan 13, 2025
1 parent c89fb17 commit ec645b1
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ default_language_version:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
rev: v4.4.0
hooks:
# list of supported hooks: https://pre-commit.com/hooks.html
- id: trailing-whitespace
Expand Down Expand Up @@ -82,18 +82,6 @@ repos:
# Run the formatter.
- id: ruff-format

# md formatting
- repo: https://github.com/executablebooks/mdformat
rev: 0.7.14
hooks:
- id: mdformat
args: ["--number"]
additional_dependencies:
- mdformat-gfm
- mdformat-tables
- mdformat_frontmatter
# - mdformat-toc
# - mdformat-black

# word spelling linter
- repo: https://github.com/codespell-project/codespell
Expand Down

0 comments on commit ec645b1

Please sign in to comment.