Skip to content

Commit

Permalink
ci: update pre-commit configuration inc. for pre-commit.ci [skip ci]
Browse files Browse the repository at this point in the history
* Automated using myii/ssf-formula#450
  • Loading branch information
myii committed Jun 8, 2022
1 parent a070106 commit 347dc41
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 27 deletions.
4 changes: 0 additions & 4 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,10 +171,6 @@ ubuntu-1804-master-py3: {extends: '.test_instance'}
# repositories-debian-9-3003-4-py3: {extends: '.test_instance'}
# repositories-ubuntu-2004-3003-4-py3: {extends: '.test_instance'}
# repositories-ubuntu-1804-3003-4-py3: {extends: '.test_instance'}
# repositories-debian-10-3002-8-py3: {extends: '.test_instance'}
# repositories-debian-9-3002-8-py3: {extends: '.test_instance'}
# repositories-ubuntu-2004-3002-8-py3: {extends: '.test_instance'}
# repositories-ubuntu-1804-3002-8-py3: {extends: '.test_instance'}
# yamllint enable rule:line-length

###############################################################################
Expand Down
14 changes: 13 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
---
# See https://pre-commit.com for more information
# See https://pre-commit.com/hooks.html for more hooks
ci:
autofix_commit_msg: |
ci(pre-commit.ci): apply auto fixes from pre-commit.com hooks
For more information, see https://pre-commit.ci
autofix_prs: true
autoupdate_branch: ''
autoupdate_commit_msg: |
ci(pre-commit.ci): perform `pre-commit` autoupdate
autoupdate_schedule: quarterly
skip: []
submodules: false
default_stages: [commit]
repos:
- repo: https://github.com/dafyddj/commitlint-pre-commit-hook
Expand All @@ -18,7 +30,7 @@ repos:
additional_dependencies: ['@commitlint/[email protected]']
always_run: true
- repo: https://github.com/rubocop-hq/rubocop
rev: v1.25.1
rev: v1.30.1
hooks:
- id: rubocop
name: Check Ruby files with rubocop
Expand Down
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,6 @@ jobs:
# - env: INSTANCE=repositories-debian-9-3003-4-py3
# - env: INSTANCE=repositories-ubuntu-2004-3003-4-py3
# - env: INSTANCE=repositories-ubuntu-1804-3003-4-py3
# - env: INSTANCE=repositories-debian-10-3002-8-py3
# - env: INSTANCE=repositories-debian-9-3002-8-py3
# - env: INSTANCE=repositories-ubuntu-2004-3002-8-py3
# - env: INSTANCE=repositories-ubuntu-1804-3002-8-py3

## Define the release stage that runs `semantic-release`
- stage: 'release'
Expand Down
18 changes: 0 additions & 18 deletions kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,24 +115,6 @@ platforms:
image: saltimages/salt-3003.4-py3:ubuntu-18.04
run_command: /lib/systemd/systemd

## SALT `3002.8`
- name: debian-10-3002-8-py3
driver:
image: saltimages/salt-3002.8-py3:debian-10
run_command: /lib/systemd/systemd
- name: debian-9-3002-8-py3
driver:
image: saltimages/salt-3002.8-py3:debian-9
run_command: /lib/systemd/systemd
- name: ubuntu-2004-3002-8-py3
driver:
image: saltimages/salt-3002.8-py3:ubuntu-20.04
run_command: /lib/systemd/systemd
- name: ubuntu-1804-3002-8-py3
driver:
image: saltimages/salt-3002.8-py3:ubuntu-18.04
run_command: /lib/systemd/systemd

verifier:
# https://www.inspec.io/
name: inspec
Expand Down

0 comments on commit 347dc41

Please sign in to comment.