Skip to content

Commit

Permalink
Chore: pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: c4a0b883114b00d8d76b479c820ce7950211c99b → 2c9f875913ee60ca25ce70243dc24d5b6415598c](pre-commit/pre-commit-hooks@c4a0b88...2c9f875)
- [github.com/psf/black: 744d23b34800c06e10272149b70752396e90eeb8 → b965c2a5026f8ba399283ba3e01898b012853c79](psf/black@744d23b...b965c2a)
- [github.com/pycqa/flake8: 10f4af6dbcf93456ba7df762278ae61ba3120dc6 → e43806be3607110919eff72939fda031776e885a](PyCQA/flake8@10f4af6...e43806b)
- https://github.com/asottile/reorder_python_importshttps://github.com/asottile/reorder-python-imports
- [github.com/asottile/reorder-python-imports: ae11ccbd838e90f7e2a16abbed9276e6a41cafbb → e77caa8638839e934828a1968ce30a9ee4f3f509](asottile/reorder-python-imports@ae11ccb...e77caa8)
- [github.com/pre-commit/mirrors-prettier: fc260393cc4ec09f8fc0a5ba4437f481c8b55dc1 → f12edd9c7be1c20cfa42420fd0e6df71e42b51ea](pre-commit/mirrors-prettier@fc26039...f12edd9)
- [github.com/adrienverge/yamllint.git: b05e028c5881819161d11cb543fd96a30c06cceb → 81e9f98ffd059efe8aa9c1b1a42e5cce61b640c6](https://github.com/adrienverge/yamllint.git/compare/b05e028c5881819161d11cb543fd96a30c06cceb...81e9f98ffd059efe8aa9c1b1a42e5cce61b640c6)
- [github.com/econchick/interrogate: e18b9df8debc03a5b76a18d3be693c67b2816378 → a6268877efd41a21197445cc04cbf28f9c6facba](econchick/interrogate@e18b9df...a626887)
  • Loading branch information
pre-commit-ci[bot] authored Aug 5, 2024
1 parent 3120446 commit 26735eb
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 @@ -6,7 +6,7 @@ ci:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: c4a0b883114b00d8d76b479c820ce7950211c99b # frozen: v4.5.0
rev: 2c9f875913ee60ca25ce70243dc24d5b6415598c # frozen: v4.6.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: b965c2a5026f8ba399283ba3e01898b012853c79 # frozen: 24.8.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
- repo: https://github.com/asottile/reorder-python-imports
rev: e77caa8638839e934828a1968ce30a9ee4f3f509 # frozen: v3.13.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 26735eb

Please sign in to comment.