Skip to content

Commit

Permalink
chore: revert back mdformat args
Browse files Browse the repository at this point in the history
  • Loading branch information
nfelt14 committed Dec 19, 2024
1 parent 951745e commit 1ffba33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ repos:
rev: e20b1ac5acb8aba0b49d3a9109c6e6b58684ee83 # frozen: 0.7.21
hooks:
- id: mdformat
args: [--number, --end-of-line, keep, --check]
args: [--number, --end-of-line, keep]
additional_dependencies:
- setuptools # This is required since Python 3.12 no longer installs setuptools by default in virtual environments
- mdformat-admon
Expand Down

0 comments on commit 1ffba33

Please sign in to comment.