ci(3003.1): update inc. AlmaLinux, Rocky & rst-lint [skip ci]

* Automated using https://github.com/myii/ssf-formula/pull/335
This commit is contained in:
Imran Iqbal
2021-07-02 00:08:26 +01:00
parent 8769ba64c1
commit d7202f9ae6
8 changed files with 194 additions and 95 deletions
+11
View File
@@ -52,3 +52,14 @@ repos:
- id: rstcheck
name: Check reST files using rstcheck
exclude: 'docs/CHANGELOG.rst'
- repo: https://github.com/saltstack-formulas/mirrors-rst-lint
rev: v1.3.2
hooks:
- id: rst-lint
name: Check reST files using rst-lint
exclude: |
(?x)^(
docs/CHANGELOG.rst|
docs/TOFS_pattern.rst|
)$
additional_dependencies: [pygments==2.9.0]