mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix pre-commit on master branch
This commit is contained in:
parent
bec0847b71
commit
ce829fdc5a
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ if (env.CHANGE_ID) {
|
|||
pre_commit_skips = ''
|
||||
} else {
|
||||
// This is a branch build
|
||||
pre_commit_skips = 'pyupgrade,remove-import-comments'
|
||||
pre_commit_skips = 'pyupgrade,remove-import-headers'
|
||||
}
|
||||
|
||||
runPreCommit(
|
||||
|
|
Loading…
Add table
Reference in a new issue