Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/PyCQA/isort: 1d7e37c3ff2536abf4359f73c46c418cfec12ada → 6e4281f018ff848226d8993596765b2285e1624f](PyCQA/isort@1d7e37c...6e4281f)
- [github.com/psf/black: 93c10bf9ebccf8d7cc686b0b9579f2e5e41c5328 → e3000ace2fd1fcb1c181bb7a8285f1f976bcbdc7](psf/black@93c10bf...e3000ac)
  • Loading branch information
pre-commit-ci[bot] authored and hukkin committed Jul 20, 2021
1 parent 57b7992 commit e58284a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Expand Up @@ -16,11 +16,11 @@ repos:
- flake8-builtins
- flake8-comprehensions
- repo: https://github.com/PyCQA/isort
rev: 1d7e37c3ff2536abf4359f73c46c418cfec12ada # frozen: 5.9.1
rev: 6e4281f018ff848226d8993596765b2285e1624f # frozen: 5.9.2
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: 93c10bf9ebccf8d7cc686b0b9579f2e5e41c5328 # frozen: 21.6b0
rev: e3000ace2fd1fcb1c181bb7a8285f1f976bcbdc7 # frozen: 21.7b0
hooks:
- id: black
- repo: https://github.com/myint/docformatter
Expand Down

0 comments on commit e58284a

Please sign in to comment.