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 → 2a1c67e0b2f81df602ec1f6e7aeb030b9709dc7c](psf/black@e877371...2a1c67e)
- 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 → ffb6a759a979008c0e6dff86e39f4745a2d9eac4](pre-commit/mirrors-prettier@fc26039...ffb6a75)
- [github.com/adrienverge/yamllint.git: b05e028c5881819161d11cb543fd96a30c06cceb → 8713140e99914c0cb6e07364daedfb140847c3c5](https://github.com/adrienverge/yamllint.git/compare/b05e028c5881819161d11cb543fd96a30c06cceb...8713140e99914c0cb6e07364daedfb140847c3c5)
- [github.com/pre-commit/mirrors-mypy: 08cbc46b6e135adec84911b20e98e5bc52032152 → 4daa14b20c0f48f472528c2b5f5bca28a18a7ce0](pre-commit/mirrors-mypy@08cbc46...4daa14b)
  • Loading branch information
pre-commit-ci[bot] authored Nov 27, 2023
1 parent 688def9 commit 71b3cbd
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: 2a1c67e0b2f81df602ec1f6e7aeb030b9709dc7c # frozen: 23.11.0
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: ffb6a759a979008c0e6dff86e39f4745a2d9eac4 # frozen: v3.1.0
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: 4daa14b20c0f48f472528c2b5f5bca28a18a7ce0 # frozen: v1.7.1
hooks:
- id: mypy
additional_dependencies:
Expand Down

0 comments on commit 71b3cbd

Please sign in to comment.