Skip to content

Commit

Permalink
add support for pre-commit-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
juanitorduz authored and twiecki committed Jan 8, 2024
1 parent 2cc9a67 commit ae7fd1b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
ci:
autofix_commit_msg: |
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
autofix_prs: true
autoupdate_branch: ""
autoupdate_commit_msg: "[pre-commit.ci] pre-commit autoupdate"
autoupdate_schedule: weekly
skip: []
submodules: false

repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.11
Expand Down

0 comments on commit ae7fd1b

Please sign in to comment.