Skip to content

Commit

Permalink
exclude doc folder from autoformat
Browse files Browse the repository at this point in the history
  • Loading branch information
rkaminsk committed Dec 4, 2024
1 parent e8211d3 commit 58dc69f
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 @@ -30,6 +30,6 @@ repos:
hooks:
- id: mdformat
args: ["--wrap", "79"]
exclude: ^doc/
exclude: ^docs/
additional_dependencies:
- mdformat-gfm

0 comments on commit 58dc69f

Please sign in to comment.