Skip to content

Commit 244195f

Browse files
committed
ci: update pre-commit configuration inc. for pre-commit.ci [skip ci]
* Automated using myii/ssf-formula#450
1 parent 77a5237 commit 244195f

4 files changed

Lines changed: 13 additions & 93 deletions

File tree

.github/workflows/kitchen.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -99,13 +99,6 @@ jobs:
9999
# - composeclean-fedora-35-master-py3
100100
# - dockeronly-fedora-35-master-py3
101101
- fedora-35-master-py3
102-
# - archive-fedora-34-master-py3
103-
# - package-fedora-34-master-py3
104-
# - repo-fedora-34-master-py3
105-
# - clean-fedora-34-master-py3
106-
# - composeclean-fedora-34-master-py3
107-
# - dockeronly-fedora-34-master-py3
108-
- fedora-34-master-py3
109102
# - archive-opensuse-leap-153-master-py3
110103
# - package-opensuse-leap-153-master-py3
111104
# - repo-opensuse-leap-153-master-py3
@@ -185,7 +178,6 @@ jobs:
185178
# - archive-centos-7-3004-1-py3
186179
# - archive-fedora-36-3004-1-py3
187180
# - archive-fedora-35-3004-1-py3
188-
# - archive-fedora-34-3004-1-py3
189181
# - archive-amazonlinux-2-3004-1-py3
190182
# - archive-oraclelinux-8-3004-1-py3
191183
# - archive-oraclelinux-7-3004-1-py3
@@ -206,14 +198,6 @@ jobs:
206198
# - archive-oraclelinux-8-3003-4-py3
207199
# - archive-oraclelinux-7-3003-4-py3
208200
# - archive-almalinux-8-3003-4-py3
209-
# - archive-debian-10-3002-8-py3
210-
# - archive-debian-9-3002-8-py3
211-
# - archive-ubuntu-2004-3002-8-py3
212-
# - archive-ubuntu-1804-3002-8-py3
213-
# - archive-centos-7-3002-8-py3
214-
# - archive-amazonlinux-2-3002-8-py3
215-
# - archive-oraclelinux-8-3002-8-py3
216-
# - archive-oraclelinux-7-3002-8-py3
217201
steps:
218202
- name: 'Check out code'
219203
uses: 'actions/checkout@v2'

.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 & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -173,13 +173,6 @@ jobs:
173173
# - env: INSTANCE=composeclean-fedora-35-master-py3
174174
# - env: INSTANCE=dockeronly-fedora-35-master-py3
175175
- env: INSTANCE=fedora-35-master-py3
176-
# - env: INSTANCE=archive-fedora-34-master-py3
177-
# - env: INSTANCE=package-fedora-34-master-py3
178-
# - env: INSTANCE=repo-fedora-34-master-py3
179-
# - env: INSTANCE=clean-fedora-34-master-py3
180-
# - env: INSTANCE=composeclean-fedora-34-master-py3
181-
# - env: INSTANCE=dockeronly-fedora-34-master-py3
182-
- env: INSTANCE=fedora-34-master-py3
183176
# - env: INSTANCE=archive-opensuse-leap-153-master-py3
184177
# - env: INSTANCE=package-opensuse-leap-153-master-py3
185178
# - env: INSTANCE=repo-opensuse-leap-153-master-py3
@@ -259,7 +252,6 @@ jobs:
259252
# - env: INSTANCE=archive-centos-7-3004-1-py3
260253
# - env: INSTANCE=archive-fedora-36-3004-1-py3
261254
# - env: INSTANCE=archive-fedora-35-3004-1-py3
262-
# - env: INSTANCE=archive-fedora-34-3004-1-py3
263255
# - env: INSTANCE=archive-amazonlinux-2-3004-1-py3
264256
# - env: INSTANCE=archive-oraclelinux-8-3004-1-py3
265257
# - env: INSTANCE=archive-oraclelinux-7-3004-1-py3
@@ -280,14 +272,6 @@ jobs:
280272
# - env: INSTANCE=archive-oraclelinux-8-3003-4-py3
281273
# - env: INSTANCE=archive-oraclelinux-7-3003-4-py3
282274
# - env: INSTANCE=archive-almalinux-8-3003-4-py3
283-
# - env: INSTANCE=archive-debian-10-3002-8-py3
284-
# - env: INSTANCE=archive-debian-9-3002-8-py3
285-
# - env: INSTANCE=archive-ubuntu-2004-3002-8-py3
286-
# - env: INSTANCE=archive-ubuntu-1804-3002-8-py3
287-
# - env: INSTANCE=archive-centos-7-3002-8-py3
288-
# - env: INSTANCE=archive-amazonlinux-2-3002-8-py3
289-
# - env: INSTANCE=archive-oraclelinux-8-3002-8-py3
290-
# - env: INSTANCE=archive-oraclelinux-7-3002-8-py3
291275

292276
## Define the release stage that runs `semantic-release`
293277
- stage: 'release'

kitchen.yml

Lines changed: 0 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -157,11 +157,6 @@ platforms:
157157
image: saltimages/salt-master-py3:fedora-35
158158
provision_command:
159159
- dnf install conntrack-tools -y
160-
- name: fedora-34-master-py3
161-
driver:
162-
image: saltimages/salt-master-py3:fedora-34
163-
provision_command:
164-
- dnf install conntrack-tools -y
165160
- name: opensuse-leap-153-master-py3
166161
driver:
167162
image: saltimages/salt-master-py3:opensuse-leap-15.3
@@ -282,11 +277,6 @@ platforms:
282277
image: saltimages/salt-3004.1-py3:fedora-35
283278
provision_command:
284279
- dnf install conntrack-tools -y
285-
- name: fedora-34-3004-1-py3
286-
driver:
287-
image: saltimages/salt-3004.1-py3:fedora-34
288-
provision_command:
289-
- dnf install conntrack-tools -y
290280
- name: amazonlinux-2-3004-1-py3
291281
driver:
292282
image: saltimages/salt-3004.1-py3:amazonlinux-2
@@ -404,56 +394,6 @@ platforms:
404394
driver:
405395
image: saltimages/salt-3003.4-py3:almalinux-8
406396

407-
## SALT `3002.8`
408-
- name: debian-10-3002-8-py3
409-
driver:
410-
image: saltimages/salt-3002.8-py3:debian-10
411-
provision_command:
412-
- apt-get update
413-
- apt-get -qq -y install conntrack
414-
run_command: /lib/systemd/systemd
415-
- name: debian-9-3002-8-py3
416-
driver:
417-
image: saltimages/salt-3002.8-py3:debian-9
418-
provision_command:
419-
- apt-get update
420-
- apt-get -qq -y install conntrack
421-
run_command: /lib/systemd/systemd
422-
- name: ubuntu-2004-3002-8-py3
423-
driver:
424-
image: saltimages/salt-3002.8-py3:ubuntu-20.04
425-
provision_command:
426-
- apt-get update
427-
- apt-get -qq -y install conntrack
428-
run_command: /lib/systemd/systemd
429-
- name: ubuntu-1804-3002-8-py3
430-
driver:
431-
image: saltimages/salt-3002.8-py3:ubuntu-18.04
432-
provision_command:
433-
- apt-get update
434-
- apt-get -qq -y install conntrack
435-
run_command: /lib/systemd/systemd
436-
- name: centos-7-3002-8-py3
437-
driver:
438-
image: saltimages/salt-3002.8-py3:centos-7
439-
provision_command:
440-
- yum install conntrack-tools -y
441-
- name: amazonlinux-2-3002-8-py3
442-
driver:
443-
image: saltimages/salt-3002.8-py3:amazonlinux-2
444-
provision_command:
445-
- yum install conntrack-tools -y
446-
- name: oraclelinux-8-3002-8-py3
447-
driver:
448-
image: saltimages/salt-3002.8-py3:oraclelinux-8
449-
provision_command:
450-
- yum install conntrack-tools -y
451-
- name: oraclelinux-7-3002-8-py3
452-
driver:
453-
image: saltimages/salt-3002.8-py3:oraclelinux-7
454-
provision_command:
455-
- yum install conntrack-tools -y
456-
457397
verifier:
458398
# https://www.inspec.io/
459399
name: inspec

0 commit comments

Comments
 (0)