Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/PyCQA/isort: fd5ba70665a37ec301a1f714ed09336048b3be63 → c5e8fa75dda5f764d20f66a215d71c21cfa198e1](PyCQA/isort@fd5ba70...c5e8fa7)
- [github.com/psf/black: e3000ace2fd1fcb1c181bb7a8285f1f976bcbdc7 → 19f6aa8208154de4560ee1e4a3e638e120dcdba5](psf/black@e3000ac...19f6aa8)
- [github.com/executablebooks/mdformat: 86e5456ae9e9de3d5319ec49c4273a0c30224e8c → 427df9181bd4d8e65c1108b912ad47a81628f03b](hukkin/mdformat@86e5456...427df91)
- [github.com/PyCQA/flake8: dcd740bc0ebaf2b3d43e59a0060d157c97de13f3 → cbeb4c9c4137cff1568659fcc48e8b85cddd0c8d](PyCQA/flake8@dcd740b...cbeb4c9)
  • Loading branch information
pre-commit-ci[bot] authored and hukkin committed Nov 30, 2021
1 parent b8e037d commit b95d41e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,26 +10,26 @@ repos:
- id: python-use-type-annotations
- id: python-check-blanket-noqa
- repo: https://github.com/PyCQA/isort
rev: fd5ba70665a37ec301a1f714ed09336048b3be63 # frozen: 5.9.3
rev: c5e8fa75dda5f764d20f66a215d71c21cfa198e1 # frozen: 5.10.1
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: e3000ace2fd1fcb1c181bb7a8285f1f976bcbdc7 # frozen: 21.7b0
rev: 19f6aa8208154de4560ee1e4a3e638e120dcdba5 # frozen: 21.11b1
hooks:
- id: black
- repo: https://github.com/myint/docformatter
rev: 67919ee01837761f2d954d7fbb08c12cdd38ec5a # frozen: v1.4
hooks:
- id: docformatter
- repo: https://github.com/executablebooks/mdformat
rev: 86e5456ae9e9de3d5319ec49c4273a0c30224e8c # frozen: 0.7.8
rev: 427df9181bd4d8e65c1108b912ad47a81628f03b # frozen: 0.7.10
hooks:
- id: mdformat
additional_dependencies:
- mdformat-black
- mdformat-toc
- repo: https://github.com/PyCQA/flake8
rev: dcd740bc0ebaf2b3d43e59a0060d157c97de13f3 # frozen: 3.9.2
rev: cbeb4c9c4137cff1568659fcc48e8b85cddd0c8d # frozen: 4.0.1
hooks:
- id: flake8
additional_dependencies:
Expand Down

0 comments on commit b95d41e

Please sign in to comment.