Skip to content

Commit

Permalink
Require yamllint 1.30.3 or newer (#3220)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea committed Mar 28, 2023
1 parent c004808 commit 3baeb53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .config/requirements.in
Expand Up @@ -10,7 +10,5 @@ pyyaml>=5.4.1 # MIT (centos 9 has 5.3.1)
rich>=12.0.0 # MIT
ruamel.yaml>=0.17.21,<0.18 # MIT, next version is planned to have breaking changes
subprocess-tee>=0.4.1 # MIT, used by ansible-compat
yamllint >= 1.26.3 # GPLv3
yamllint >= 1.30.0 # GPLv3
wcmatch>=8.1.2 # MIT
# Temporary workarounds:
pathspec!=0.11.1 # https://github.com/adrienverge/yamllint/pull/548
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Expand Up @@ -58,7 +58,7 @@ repos:
- prettier-plugin-toml
- prettier-plugin-sort-json
- repo: https://github.com/streetsidesoftware/cspell-cli
rev: v6.30.1
rev: v6.31.0
hooks:
- id: cspell
# entry: codespell --relative
Expand Down

0 comments on commit 3baeb53

Please sign in to comment.