Skip to content

Commit d7ddb7e

Browse files
committed
Remove CI block from pre-commit config
1 parent 39bfefb commit d7ddb7e

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

.github/workflows/pre-commit-autoupdate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Autoupdate pre-Commit
1+
name: Autoupdate pre-commit
22

33
on:
44
# For Branch-Protection check. Only the default branch is supported. See

.pre-commit-config.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
# See https://pre-commit.ci for more details
2-
ci:
3-
autofix_commit_msg: 'style: pre-commit fixes'
4-
autoupdate_commit_msg: 'chore: update pre-commit hooks'
5-
autoupdate_schedule: weekly
6-
71
# See https://pre-commit.com for more information
82
# See https://pre-commit.com/hooks.html for more hooks
93
repos:

0 commit comments

Comments
 (0)