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 → ec91a2be3c44d88e1a3960a4937ad6ed3b63464e](psf/black@744d23b...ec91a2b)
- [github.com/pycqa/flake8: 10f4af6dbcf93456ba7df762278ae61ba3120dc6 → 7d37d9032d0d161634be4554273c30efd4dea0b3](PyCQA/flake8@10f4af6...7d37d90)
- https://github.com/asottile/reorder_python_importshttps://github.com/asottile/reorder-python-imports
- [github.com/pre-commit/mirrors-prettier: fc260393cc4ec09f8fc0a5ba4437f481c8b55dc1 → f12edd9c7be1c20cfa42420fd0e6df71e42b51ea](pre-commit/mirrors-prettier@fc26039...f12edd9)
- [github.com/adrienverge/yamllint.git: b05e028c5881819161d11cb543fd96a30c06cceb → 8713140e99914c0cb6e07364daedfb140847c3c5](https://github.com/adrienverge/yamllint.git/compare/b05e028c5881819161d11cb543fd96a30c06cceb...8713140e99914c0cb6e07364daedfb140847c3c5)
  • Loading branch information
pre-commit-ci[bot] authored Jan 8, 2024
1 parent 3120446 commit c1f87ad
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,23 +17,23 @@ repos:
- --branch=main

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

- repo: https://github.com/pycqa/flake8
rev: 10f4af6dbcf93456ba7df762278ae61ba3120dc6 # frozen: 6.1.0
rev: 7d37d9032d0d161634be4554273c30efd4dea0b3 # frozen: 7.0.0
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: f12edd9c7be1c20cfa42420fd0e6df71e42b51ea # frozen: v4.0.0-alpha.8
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 c1f87ad

Please sign in to comment.