Skip to content

Commit

Permalink
ci: use digest pinning
Browse files Browse the repository at this point in the history
  • Loading branch information
DeadNews committed May 27, 2023
1 parent 01271c6 commit b2a9fc2
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ci:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: f71fa2c1f9cf5cb705f73dffe4b21f7c61470ba9 # frozen: v4.4.0
rev: f71fa2c1f9cf5cb705f73dffe4b21f7c61470ba9 # v4.4.0
hooks:
- id: check-added-large-files
- id: check-case-conflict
Expand All @@ -17,39 +17,39 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/pre-commit/mirrors-prettier
rev: 6fd1ced85fc139abd7f5ab4f3d78dab37592cd5e # frozen: v3.0.0-alpha.9-for-vscode
rev: 6fd1ced85fc139abd7f5ab4f3d78dab37592cd5e # v3.0.0-alpha.9-for-vscode
hooks:
- id: prettier

- repo: https://github.com/crate-ci/typos
rev: f61c9de2af61e8e6a41b15ec812cd99a216e61a7 # frozen: v1.14.11
rev: f61c9de2af61e8e6a41b15ec812cd99a216e61a7 # v1.14.11
hooks:
- id: typos

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: b94245febf9e8e38e504538148ee52a25484f676 # frozen: 0.23.0
rev: b94245febf9e8e38e504538148ee52a25484f676 # 0.23.0
hooks:
- id: check-github-workflows
- id: check-renovate

- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: fbc96a6c25c4a03a3ab7cb6408b5852e739101b3 # frozen: v0.0.269
rev: fbc96a6c25c4a03a3ab7cb6408b5852e739101b3 # v0.0.269
hooks:
- id: ruff
args: [--fix]

- repo: https://github.com/psf/black
rev: bf7a16254ec96b084a6caf3d435ec18f0f245cc7 # frozen: 23.3.0
rev: bf7a16254ec96b084a6caf3d435ec18f0f245cc7 # 23.3.0
hooks:
- id: black

- repo: https://github.com/pre-commit/mirrors-mypy
rev: bd424e49d4f0181d4c8b8909a8cd5ce9eb058044 # frozen: v1.3.0
rev: bd424e49d4f0181d4c8b8909a8cd5ce9eb058044 # v1.3.0
hooks:
- id: mypy

- repo: https://github.com/python-poetry/poetry
rev: cacd43c076748411a759c65dd46858cd8b7ef3b3 # frozen: 1.5.0
rev: cacd43c076748411a759c65dd46858cd8b7ef3b3 # 1.5.0
hooks:
- id: poetry-check
- id: poetry-lock
Expand Down

0 comments on commit b2a9fc2

Please sign in to comment.