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 → 060504a904804d5314d4db5dd12aa8751717ffc7](Mateusz-Grzelinski/actionlint-py@e676b45...060504a)
- [github.com/openstack/bashate: fbd7c2534c2701351c603ff700ddf08202430a31 → 5798d24d571676fc407e81df574c1ef57b520f23](openstack/bashate@fbd7c25...5798d24)
- [github.com/igorshubovych/markdownlint-cli: aa975a18c9a869648007d33864034dbc7481fe5e → v0.43.0](igorshubovych/markdownlint-cli@aa975a1...v0.43.0)
- [github.com/fsfe/reuse-tool: 97607144d9c340262236b6eb1cf7b605e9a5880a → 60dfc6b2ad9e1f3eabfbcf3a0dc202ee89dc5a00](fsfe/reuse-tool@9760714...60dfc6b)
- [github.com/astral-sh/ruff-pre-commit: 75b98813cfb7e663870a28c74366a1e99d7bfe79 → fc6ef5d0dd21a2a98a7fc6956e4f16166cb6562a](astral-sh/ruff-pre-commit@75b9881...fc6ef5d)
  • Loading branch information
pre-commit-ci[bot] authored Dec 16, 2024
1 parent 1daf48c commit 3fea025
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: 060504a904804d5314d4db5dd12aa8751717ffc7 # frozen: v1.7.4.20
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.43.0 # frozen: v0.42.0
hooks:
- id: markdownlint
args: ["--fix"]

- repo: https://github.com/fsfe/reuse-tool
rev: 97607144d9c340262236b6eb1cf7b605e9a5880a # frozen: v4.0.3
rev: 60dfc6b2ad9e1f3eabfbcf3a0dc202ee89dc5a00 # frozen: v5.0.2
hooks:
- id: reuse

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

0 comments on commit 3fea025

Please sign in to comment.