Skip to content

Commit 2a65e31

Browse files
Update isort version for pre-commit (#90)
1 parent 08963df commit 2a65e31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repos:
1616
- id: black
1717
exclude: ".*(.fits|.fts|.fit|.txt|.csv)$"
1818
- repo: https://github.com/timothycrosley/isort
19-
rev: 5.10.1
19+
rev: 5.12.0
2020
hooks:
2121
- id: isort
2222
exclude: ".*(.fits|.fts|.fit|.txt|.csv|__init__.py)$"

0 commit comments

Comments
 (0)