Skip to content

Commit

Permalink
Add ci section to pre-commit config
Browse files Browse the repository at this point in the history
  • Loading branch information
shwina committed Jan 15, 2025
1 parent ee8d7cd commit b50f55f
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
# Copyright (c) 2024, NVIDIA CORPORATION.
# Copyright (c) 2024-2025, NVIDIA CORPORATION.
ci:
autofix_commit_msg: |
[pre-commit.ci] auto code formatting
autofix_prs: false
autoupdate_branch: ''
autoupdate_commit_msg: '[pre-commit.ci] pre-commit autoupdate'
autoupdate_schedule: quarterly
skip: []
submodules: false

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

0 comments on commit b50f55f

Please sign in to comment.