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: f71fa2c1f9cf5cb705f73dffe4b21f7c61470ba9 → c4a0b883114b00d8d76b479c820ce7950211c99b](pre-commit/pre-commit-hooks@f71fa2c...c4a0b88)
- [github.com/psf/black: e87737140f32d3cd7c44ede75f02dcd58e55820e → ec91a2be3c44d88e1a3960a4937ad6ed3b63464e](psf/black@e877371...ec91a2b)
- https://github.com/asottile/reorder_python_importshttps://github.com/asottile/reorder-python-imports
- [github.com/asottile/reorder-python-imports: 43e38f4f7df386768899234763de730221c23bc0 → ae11ccbd838e90f7e2a16abbed9276e6a41cafbb](asottile/reorder-python-imports@43e38f4...ae11ccb)
- [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)
- [github.com/pre-commit/mirrors-mypy: 08cbc46b6e135adec84911b20e98e5bc52032152 → 8cd2d4056637e242709fe09f15a36f0b4b682bda](pre-commit/mirrors-mypy@08cbc46...8cd2d40)
  • Loading branch information
pre-commit-ci[bot] authored Dec 25, 2023
1 parent 688def9 commit f8e2da3
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: f71fa2c1f9cf5cb705f73dffe4b21f7c61470ba9 # frozen: v4.4.0
rev: c4a0b883114b00d8d76b479c820ce7950211c99b # frozen: v4.5.0
hooks:
- id: check-added-large-files
- id: check-yaml
Expand All @@ -17,7 +17,7 @@ repos:
- --branch=main

- repo: https://github.com/psf/black
rev: e87737140f32d3cd7c44ede75f02dcd58e55820e # frozen: 23.9.1
rev: ec91a2be3c44d88e1a3960a4937ad6ed3b63464e # frozen: 23.12.1
hooks:
- id: black

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

- repo: https://github.com/asottile/reorder_python_imports
rev: 43e38f4f7df386768899234763de730221c23bc0 # frozen: v3.11.0
- 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
rev: fc260393cc4ec09f8fc0a5ba4437f481c8b55dc1 # frozen: v3.0.3
rev: f12edd9c7be1c20cfa42420fd0e6df71e42b51ea # frozen: v4.0.0-alpha.8
hooks:
- id: prettier
stages: [commit]
Expand All @@ -43,7 +43,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 All @@ -54,7 +54,7 @@ repos:
args: [-vv, --fail-under=100]

- repo: https://github.com/pre-commit/mirrors-mypy
rev: 08cbc46b6e135adec84911b20e98e5bc52032152 # frozen: v1.5.1
rev: 8cd2d4056637e242709fe09f15a36f0b4b682bda # frozen: v1.8.0
hooks:
- id: mypy
additional_dependencies:
Expand Down

0 comments on commit f8e2da3

Please sign in to comment.