Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7b8e93d

Browse files
committedFeb 6, 2023
Bump isort to fix poetry issue
1 parent 80ddcff commit 7b8e93d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repos:
1616
- id: black
1717

1818
- repo: https://github.com/timothycrosley/isort
19-
rev: 5.11.4
19+
rev: 5.12.0
2020
hooks:
2121
- id: isort
2222

‎conda-env/dev.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ dependencies:
4141
- black=22.12.0
4242
- flake8=6.0.0
4343
- flake8-isort=6.0.0
44-
- isort=5.11.4
44+
- isort=5.12.0
4545
- mypy=0.991
4646
- pre-commit=2.21.0
4747
- types-python-dateutil=2.8.19

0 commit comments

Comments
 (0)
Please sign in to comment.