Skip to content

Commit

Permalink
Chore: Remove superflous version pin comment
Browse files Browse the repository at this point in the history
Also, come SHA values for versions were not in alignment with the source.
  • Loading branch information
ModeSevenIndustrialSolutions committed Oct 15, 2024
1 parent 1c41a4c commit d3e1ce5
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ci:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: cef0300fd0fc4d2a87a85fa2093c6b283ea36f4b # frozen: 5.0.0
rev: cef0300fd0fc4d2a87a85fa2093c6b283ea36f4b # v5.0.0
hooks:
- id: check-added-large-files
- id: check-ast
Expand Down Expand Up @@ -52,51 +52,51 @@ repos:
args: [--markdown-linebreak-ext=md]

- repo: https://github.com/jorisroovers/gitlint
rev: acc9d9de6369b76d22cb4167029d2035e8730b98 # frozen: v0.19.1
rev: acc9d9de6369b76d22cb4167029d2035e8730b98 # v0.19.1
hooks:
- id: gitlint

- repo: https://github.com/pre-commit/mirrors-prettier
rev: f12edd9c7be1c20cfa42420fd0e6df71e42b51ea # frozen: v4.0.0-alpha.8
rev: f12edd9c7be1c20cfa42420fd0e6df71e42b51ea # v4.0.0-alpha.8
hooks:
- id: prettier
stages: [pre-commit]

- repo: https://github.com/adrienverge/yamllint.git
rev: 81e9f98ffd059efe8aa9c1b1a42e5cce61b640c6 # frozen: v1.35.1
- repo: https://github.com/adrienverge/yamllint
rev: 81e9f98ffd059efe8aa9c1b1a42e5cce61b640c6 # v1.35.1
hooks:
- id: yamllint
types: [yaml]

- repo: https://github.com/shellcheck-py/shellcheck-py
rev: a23f6b85d0fdd5bb9d564e2579e678033debbdff # frozen: v0.10.0.1
rev: a23f6b85d0fdd5bb9d564e2579e678033debbdff # v0.10.0.1
hooks:
- id: shellcheck

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

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

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

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

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

0 comments on commit d3e1ce5

Please sign in to comment.