Skip to content

Commit

Permalink
Merge pull request #24 from ppfeufer/pre-commit-ci-test
Browse files Browse the repository at this point in the history
[TEST] pre-commit.ci updates
  • Loading branch information
ppfeufer authored Dec 7, 2024
2 parents 84c6bd9 + dc48c3d commit 90b3636
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ci:
# pre-commit setup
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0
rev: cef0300fd0fc4d2a87a85fa2093c6b283ea36f4b # frozen: v5.0.0
hooks:
# Identify invalid files
- id: check-ast
Expand Down Expand Up @@ -56,7 +56,7 @@ repos:
- id: end-of-file-fixer

- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
rev: 3.0.3
rev: 1a92c0953500d402fc49ceb67ad7fbf7cabad38a # frozen: 3.0.3
hooks:
- id: editorconfig-checker
exclude: |
Expand All @@ -66,14 +66,14 @@ repos:
)
- repo: https://github.com/executablebooks/mdformat
rev: 0.7.19
rev: 00812cd1850e41aae5c0916645b4b7404f538e8c # frozen: 0.7.19
hooks:
- id: mdformat
exclude: |
(?x)(
.github/
)
additional_dependencies: # https://mdformat.readthedocs.io/en/stable/users/plugins.html#code-formatter-plugins
- mdformat-gfm==0.3.7 # Mdformat plugin for GitHub Flavored Markdown compatibility » https://github.com/hukkin/mdformat-gfm/tags
- mdformat-gfm==0.3.6 # Mdformat plugin for GitHub Flavored Markdown compatibility » https://github.com/hukkin/mdformat-gfm/tags
- mdformat-toc==0.3.0 # Mdformat plugin to generate a table of contents » https://github.com/hukkin/mdformat-toc/tags
- mdformat-shfmt==0.2.0 # Mdformat plugin to format shell code blocks » https://github.com/hukkin/mdformat-shfmt/tags

0 comments on commit 90b3636

Please sign in to comment.