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 → 9edba85f71d50d12996ef7bda576426362016171](psf/black@e877371...9edba85)
- 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-mypy: 08cbc46b6e135adec84911b20e98e5bc52032152 → 26de8945da573fe5d33a7bfb8bebfb57f7155020](pre-commit/mirrors-mypy@08cbc46...26de894)
  • Loading branch information
pre-commit-ci[bot] authored Oct 23, 2023
1 parent 688def9 commit ec7e402
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 @@ -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: 9edba85f71d50d12996ef7bda576426362016171 # frozen: 23.10.0
hooks:
- id: black

Expand All @@ -26,8 +26,8 @@ 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

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: 26de8945da573fe5d33a7bfb8bebfb57f7155020 # frozen: v1.6.1
hooks:
- id: mypy
additional_dependencies:
Expand Down

0 comments on commit ec7e402

Please sign in to comment.