Skip to content

Commit

Permalink
Chore: pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/psf/black: 744d23b34800c06e10272149b70752396e90eeb8 → d9ad09a32b0e0481bb4fef548d35b7a49cc03c5d](psf/black@744d23b...d9ad09a)
- https://github.com/asottile/reorder_python_importshttps://github.com/asottile/reorder-python-imports
- [github.com/pre-commit/mirrors-prettier: fc260393cc4ec09f8fc0a5ba4437f481c8b55dc1 → 57f0a3b4cf4dfaec93fb2c1fd5f0ca266180287f](pre-commit/mirrors-prettier@fc26039...57f0a3b)
- [github.com/adrienverge/yamllint.git: b05e028c5881819161d11cb543fd96a30c06cceb → 8713140e99914c0cb6e07364daedfb140847c3c5](https://github.com/adrienverge/yamllint.git/compare/b05e028c5881819161d11cb543fd96a30c06cceb...8713140e99914c0cb6e07364daedfb140847c3c5)
  • Loading branch information
pre-commit-ci[bot] authored Dec 18, 2023
1 parent cf2d954 commit fbe99ab
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repos:
- --branch=main

- repo: https://github.com/psf/black
rev: 744d23b34800c06e10272149b70752396e90eeb8 # frozen: 23.10.1
rev: d9ad09a32b0e0481bb4fef548d35b7a49cc03c5d # frozen: 23.12.0
hooks:
- id: black

Expand All @@ -26,14 +26,14 @@ repos:
hooks:
- id: flake8

- repo: https://github.com/asottile/reorder_python_imports
- repo: https://github.com/asottile/reorder-python-imports
rev: ae11ccbd838e90f7e2a16abbed9276e6a41cafbb # frozen: v3.12.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: 57f0a3b4cf4dfaec93fb2c1fd5f0ca266180287f # frozen: v4.0.0-alpha.7
hooks:
- id: prettier
stages: [commit]
Expand All @@ -44,7 +44,7 @@ repos:
- id: gitlint

- repo: https://github.com/adrienverge/yamllint.git
rev: b05e028c5881819161d11cb543fd96a30c06cceb # frozen: v1.32.0
rev: 8713140e99914c0cb6e07364daedfb140847c3c5 # frozen: v1.33.0
hooks:
- id: yamllint

Expand Down

0 comments on commit fbe99ab

Please sign in to comment.