Skip to content

Commit efac8f1

Browse files
Bump isort from 5.7.0 to 5.8.0 (#11)
* Bump isort from 5.7.0 to 5.8.0 Bumps [isort](https://github.com/pycqa/isort) from 5.7.0 to 5.8.0. - [Release notes](https://github.com/pycqa/isort/releases) - [Changelog](https://github.com/PyCQA/isort/blob/develop/CHANGELOG.md) - [Commits](PyCQA/isort@5.7.0...5.8.0) Signed-off-by: dependabot[bot] <[email protected]> * Update pre-commit-config Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marc Mueller <[email protected]>
1 parent a446f9a commit efac8f1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repos:
1212
files: ^(python_typing_update|script|tests)/.+\.py$
1313
exclude: *fixtures
1414
- repo: https://github.com/PyCQA/isort
15-
rev: 5.7.0
15+
rev: 5.8.0
1616
hooks:
1717
- id: isort
1818
exclude: *fixtures

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
aiofiles==0.6.0
22
autoflake==1.4
3-
isort==5.7.0
3+
isort==5.8.0
44
pyupgrade==2.10.1
55
reorder-python-imports==2.4.0

requirements_test_pre_commit.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
flake8==3.9.0
2-
isort==5.7.0
2+
isort==5.8.0
33
pyupgrade==2.10.1

0 commit comments

Comments
 (0)