File tree Expand file tree Collapse file tree 4 files changed +8
-13
lines changed
Expand file tree Collapse file tree 4 files changed +8
-13
lines changed Original file line number Diff line number Diff line change 22extends: default
33
44rules:
5+ line-length:
6+ max: 160
7+ allow-non-breakable-words: true
8+ allow-non-breakable-inline-mappings: false
59 truthy:
610 allowed-values: ['true', 'false']
711 check-keys: false
12+
13+ ignore: |
14+ .tox/
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ platforms:
1313 image : quay.io/centos/centos:stream8
1414 privileged : true
1515 - name : base-git-centos7
16- image : milcom/centos7-systemd
16+ image : centos:7
1717 privileged : true
1818 - name : base-git-ubuntu
1919 image : ubuntu
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# these python extensions are for testing
22tox
3- pipx
43attrs >= 19.2.0
54rich == 12.5.1
65ansible == 6.2.0
@@ -10,6 +9,5 @@ molecule-docker==2.0.0
109molecule-vagrant-1.0.0
1110yamllint == 1.28.0
1211docker >= 4.3.1
13- ssh-audit
1412anyconfig >= 0.10.0 # not directly required, pinned by Snyk to avoid a vulnerability
1513setuptools >= 65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability
You can’t perform that action at this time.
0 commit comments