Skip to content

Commit

Permalink
Merge pull request #10 from VectorInstitute/enable_precommit_ci
Browse files Browse the repository at this point in the history
Enable pre-commit ci and add default config
  • Loading branch information
amrit110 authored Apr 25, 2024
2 parents e93335a + 1667f26 commit 9de34a1
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 6 deletions.
12 changes: 12 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,15 @@ repos:
language: system
pass_filenames: false
always_run: true

ci:
autofix_commit_msg: |
[pre-commit.ci] Add 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: [pytest,doctest,mypy]
submodules: false
12 changes: 6 additions & 6 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9de34a1

Please sign in to comment.