Skip to content

Commit

Permalink
Merge pull request #36 from tykeal/update_pre-commit
Browse files Browse the repository at this point in the history
Chore: Update pre-commit hooks to latest versions
  • Loading branch information
tykeal authored Nov 11, 2024
2 parents 3120446 + 2dbd542 commit a691a18
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ci:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: c4a0b883114b00d8d76b479c820ce7950211c99b # frozen: v4.5.0
rev: cef0300fd0fc4d2a87a85fa2093c6b283ea36f4b # frozen: v5.0.0
hooks:
- id: check-added-large-files
# - id: check-yaml
Expand All @@ -17,23 +17,23 @@ repos:
- --branch=main

- repo: https://github.com/psf/black
rev: 744d23b34800c06e10272149b70752396e90eeb8 # frozen: 23.10.1
rev: 1b2427a2b785cc4aac97c19bb4b9a0de063f9547 # frozen: 24.10.0
hooks:
- id: black

- repo: https://github.com/pycqa/flake8
rev: 10f4af6dbcf93456ba7df762278ae61ba3120dc6 # frozen: 6.1.0
rev: e43806be3607110919eff72939fda031776e885a # frozen: 7.1.1
hooks:
- id: flake8

- repo: https://github.com/asottile/reorder_python_imports
rev: ae11ccbd838e90f7e2a16abbed9276e6a41cafbb # frozen: v3.12.0
rev: fd0b4e1292716bcd12a396b86af1d1271aaaa62c # frozen: v3.14.0
hooks:
- id: reorder-python-imports

- repo: https://github.com/pre-commit/mirrors-prettier
# yamllint disable-line rule:line-length
rev: fc260393cc4ec09f8fc0a5ba4437f481c8b55dc1 # frozen: v3.0.3
rev: f12edd9c7be1c20cfa42420fd0e6df71e42b51ea # frozen: v4.0.0-alpha.8
hooks:
- id: prettier
stages: [commit]
Expand All @@ -44,12 +44,12 @@ repos:
- id: gitlint

- repo: https://github.com/adrienverge/yamllint.git
rev: b05e028c5881819161d11cb543fd96a30c06cceb # frozen: v1.32.0
rev: 81e9f98ffd059efe8aa9c1b1a42e5cce61b640c6 # frozen: v1.35.1
hooks:
- id: yamllint

- repo: https://github.com/econchick/interrogate
rev: e18b9df8debc03a5b76a18d3be693c67b2816378 # frozen: 1.5.0
rev: a6268877efd41a21197445cc04cbf28f9c6facba # frozen: 1.7.0
hooks:
- id: interrogate
args: [-vv, --fail-under=100]

0 comments on commit a691a18

Please sign in to comment.