Skip to content

Commit

Permalink
chore: fix pre-commit.ci config (#1745)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea authored Oct 19, 2021
1 parent d7011d0 commit 7374fdd
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
---
ci:
# format compatible with commitlint
autoupdate_commit_msg: "chore: pre-commit autoupdate"
autoupdate_schedule: monthly
autofix_commit_msg: |
chore: auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
skip:
# https://github.com/pre-commit-ci/issues/issues/55
- pip-compile
- pip-compile-docs
- pip-compile-docs-upgrade
- pip-compile-upgrade
repos:
- repo: local
hooks:
Expand Down

0 comments on commit 7374fdd

Please sign in to comment.