Skip to content

Commit

Permalink
Chore: pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- https://github.com/asottile/reorder_python_importshttps://github.com/asottile/reorder-python-imports
- [github.com/pre-commit/mirrors-prettier: 39f806769667765a1d55ea736d62bb8f72993e01 → 672abe14d309fc28817d45b6be25ea976a92222a](pre-commit/mirrors-prettier@39f8067...672abe1)
  • Loading branch information
pre-commit-ci[bot] authored Aug 21, 2023
1 parent 66e6178 commit f5f8226
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ba4e0d3cf2eeb6986169966bbc87b0e4eb2be50f # frozen: v3.10.0
hooks:
- id: reorder-python-imports

- repo: https://github.com/pre-commit/mirrors-prettier
# yamllint disable-line rule:line-length
rev: 39f806769667765a1d55ea736d62bb8f72993e01 # frozen: v3.0.1
rev: 672abe14d309fc28817d45b6be25ea976a92222a # frozen: v3.0.2
hooks:
- id: prettier
stages: [commit]
Expand Down

0 comments on commit f5f8226

Please sign in to comment.