Skip to content

Commit

Permalink
fix .pre-commit-config.yaml InvalidConfigError Hook(id='blacken-docs'…
Browse files Browse the repository at this point in the history
…) exclude Expected string got list
  • Loading branch information
janosh committed Oct 15, 2023
1 parent 933342c commit d178f63
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 @@ -24,7 +24,7 @@ repos:
hooks:
- id: blacken-docs
additional_dependencies: [black]
exclude: [README.md, paper/paper.md]
exclude: ^(README.md|paper/paper.md)$
- repo: https://github.com/pycqa/flake8
rev: 6.0.0
hooks:
Expand Down

0 comments on commit d178f63

Please sign in to comment.