Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/Mateusz-Grzelinski/actionlint-py: e676b4576ddcc3018077da2c172f30a3a83974eb → 27445053da613c660ed5895d9616662059a53ca7](Mateusz-Grzelinski/actionlint-py@e676b45...2744505)
- [github.com/openstack/bashate: fbd7c2534c2701351c603ff700ddf08202430a31 → 5798d24d571676fc407e81df574c1ef57b520f23](openstack/bashate@fbd7c25...5798d24)
- [github.com/igorshubovych/markdownlint-cli: aa975a18c9a869648007d33864034dbc7481fe5e → v0.42.0](igorshubovych/markdownlint-cli@aa975a1...v0.42.0)
- [github.com/fsfe/reuse-tool: 97607144d9c340262236b6eb1cf7b605e9a5880a → 4906d887c29f724e91a710c988cc786bd5b695b3](fsfe/reuse-tool@9760714...4906d88)
- [github.com/astral-sh/ruff-pre-commit: 75b98813cfb7e663870a28c74366a1e99d7bfe79 → 8983acb92ee4b01924893632cf90af926fa608f0](astral-sh/ruff-pre-commit@75b9881...8983acb)
  • Loading branch information
pre-commit-ci[bot] authored Oct 21, 2024
1 parent d9a16b0 commit e8065d6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,29 +74,29 @@ repos:
- id: shellcheck

- repo: https://github.com/Mateusz-Grzelinski/actionlint-py
rev: e676b4576ddcc3018077da2c172f30a3a83974eb # frozen: v1.7.3.17
rev: 27445053da613c660ed5895d9616662059a53ca7 # frozen: v1.7.3.17
hooks:
- id: actionlint

- repo: https://github.com/openstack/bashate
rev: fbd7c2534c2701351c603ff700ddf08202430a31 # frozen: 2.1.1
rev: 5798d24d571676fc407e81df574c1ef57b520f23 # frozen: 2.1.1
hooks:
- id: bashate
args: ["--ignore=E006,E011"]

- repo: https://github.com/igorshubovych/markdownlint-cli
rev: aa975a18c9a869648007d33864034dbc7481fe5e # frozen: v0.42.0
rev: v0.42.0 # frozen: v0.42.0
hooks:
- id: markdownlint
args: ["--fix"]

- repo: https://github.com/fsfe/reuse-tool
rev: 97607144d9c340262236b6eb1cf7b605e9a5880a # frozen: v4.0.3
rev: 4906d887c29f724e91a710c988cc786bd5b695b3 # frozen: v4.0.3
hooks:
- id: reuse

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 75b98813cfb7e663870a28c74366a1e99d7bfe79 # frozen: v0.6.9
rev: 8983acb92ee4b01924893632cf90af926fa608f0 # frozen: v0.7.0
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down

0 comments on commit e8065d6

Please sign in to comment.