8000 ci: update `pre-commit` configuration inc. for pre-commit.ci [skip ci] · saltstack-formulas/apt-formula@347dc41 · GitHub
[go: up one dir, main page]

Skip to content

Commit 347dc41

Browse files
committed
ci: update pre-commit configuration inc. for pre-commit.ci [skip ci]
* Automated using myii/ssf-formula#450
1 parent a070106 commit 347dc41

File tree

4 files changed

+13
-27
lines changed

4 files changed

+13
-27
lines changed

.gitlab-ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -171,10 +171,6 @@ ubuntu-1804-master-py3: {extends: '.test_instance'}
171171
# repositories-debian-9-3003-4-py3: {extends: '.test_instance'}
172172
# repositories-ubuntu-2004-3003-4-py3: {extends: '.test_instance'}
173173
# repositories-ubuntu-1804-3003-4-py3: {extends: '.test_instance'}
174-
# repositories-debian-10-3002-8-py3: {extends: '.test_instance'}
175-
# repositories-debian-9-3002-8-py3: {extends: '.test_instance'}
176-
# repositories-ubuntu-2004-3002-8-py3: {extends: '.test_instance'}
177-
# repositories-ubuntu-1804-3002-8-py3: {extends: '.test_instance'}
178174
# yamllint enable rule:line-length
179175

180176
###############################################################################

.pre-commit-config.yaml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
---
44
# See https://pre-commit.com for more information
55
# See https://pre-commit.com/hooks.html for more hooks
6+
ci:
7+
autofix_commit_msg: |
8+
ci(pre-commit.ci): apply auto fixes from pre-commit.com hooks
9+
10+
For more information, see https://pre-commit.ci
11+
autofix_prs: true
12+
autoupdate_branch: ''
13+
autoupdate_commit_msg: |
14+
ci(pre-commit.ci): perform `pre-commit` autoupdate
15+
autoupdate_schedule: quarterly
16+
skip: []
17+
submodules: false
618
default_stages: [commit]
719
repos:
820
- repo: https://github.com/dafyddj/commitlint-pre-commit-hook
@@ -18,7 +30,7 @@ repos:
1830
additional_dependencies: ['@commitlint/config-conventional@8.3.4']
1931
always_run: true
2032
- repo: https://github.com/rubocop-hq/rubocop
21-
rev: v1.25.1
33+
rev: v1.30.1
2234
hooks:
2335
- id: rubocop
2436
name: Check Ruby files with rubocop

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -123,10 +123,6 @@ jobs:
123123
# - env: INSTANCE=repositories-debian-9-3003-4-py3
124124
# - env: INSTANCE=repositories-ubuntu-2004-3003-4-py3
125125
# - env: INSTANCE=repositories-ubuntu-1804-3003-4-py3
126-
# - env: INSTANCE=repositories-debian-10-3002-8-py3
127-
# - env: INSTANCE=repositories-debian-9-3002-8-py3
128-
# - env: INSTANCE=repositories-ubuntu-2004-3002-8-py3
129-
# - env: INSTANCE=repositories-ubuntu-1804-3002-8-py3
130126

131127
## Define the release stage that runs `semantic-release`
132128
- stage: 'release'

kitchen.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -115,24 +115,6 @@ platforms:
115115
image: saltimages/salt-3003.4-py3:ubuntu-18.04
116116
run_command: /lib/systemd/systemd
117117

118-
## SALT `3002.8`
119-
- name: debian-10-3002-8-py3
120-
driver:
121-
image: saltimages/salt-3002.8-py3:debian-10
122-
run_command: /lib/systemd/systemd
123-
- name: debian-9-3002-8-py3
124-
driver:
125-
image: saltimages/salt-3002.8-py3:debian-9
126-
run_command: /lib/systemd/systemd
127-
- name: ubuntu-2004-3002-8-py3
128-
driver:
129-
image: saltimages/salt-3002.8-py3:ubuntu-20.04
130-
run_command: /lib/systemd/systemd
131-
- name: ubuntu-1804-3002-8-py3
132-
driver:
133-
image: saltimages/salt-3002.8-py3:ubuntu-18.04
134-
run_command: /lib/systemd/systemd
135-
136118
verifier:
137119
# https://www.inspec.io/
138120
name: inspec

0 commit comments

Comments
 (0)
0