Skip to content
This repository was archived by the owner on Nov 29, 2021. It is now read-only.

Commit

Permalink
⬆️ Bump isort from 4.3.21 to 5.0.7 (#42)
Browse files Browse the repository at this point in the history
* ⬆️ Bump isort from 4.3.21 to 5.0.7

Bumps [isort](https://github.com/timothycrosley/isort) from 4.3.21 to 5.0.7.
- [Release notes](https://github.com/timothycrosley/isort/releases)
- [Changelog](https://github.com/timothycrosley/isort/blob/develop/CHANGELOG.md)
- [Commits](PyCQA/isort@4.3.21...5.0.7)

Signed-off-by: dependabot[bot] <[email protected]>

* ⬆️ Update pre-commit

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jeremy Mayeres <[email protected]>
  • Loading branch information
dependabot[bot] and jerr0328 authored Jul 10, 2020
1 parent 997fcb7 commit 472432f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.4.0
rev: v3.1.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -11,6 +11,6 @@ repos:
hooks:
- id: black
- repo: https://github.com/pre-commit/mirrors-isort
rev: v4.3.21
rev: v5.0.7
hooks:
- id: isort
6 changes: 3 additions & 3 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ idna==2.8 \
--hash=sha256:c357b3f628cf53ae2c4c05627ecc484553142ca23264e593d327bcde5e9c3407 \
--hash=sha256:ea8b7f6188e6fa117537c3df7da9fc686d485087abf6ac197f9c46432f7e4a3c \
# via -r requirements.txt, requests
isort==4.3.21 \
--hash=sha256:54da7e92468955c4fceacd0c86bd0ec997b0e1ee80d97f67c35a78b719dccab1 \
--hash=sha256:6e811fcb295968434526407adb8796944f1988c5b65e8139058f2014cbe100fd \
isort==5.0.7 \
--hash=sha256:46bd31573158ac69e598a2ab14b207e6a43a2b2872009d2ad0f62f179876037a \
--hash=sha256:6bc0b408d7c62e331d355085914dd28fd352635f6babd5e4605702ff3b6d9c09 \
# via -r requirements-dev.in
itsdangerous==1.1.0 \
--hash=sha256:321b033d07f2a4136d3ec762eac9f16a10ccd60f53c0c91af90217ace7ba1f19 \
Expand Down

0 comments on commit 472432f

Please sign in to comment.