Skip to content

Commit 27948a8

Browse files
author
itayzit
committed
change isort pre commit domain and bump version
1 parent 60c2211 commit 27948a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repos:
1313
hooks:
1414
- id: seed-isort-config
1515

16-
- repo: https://github.com/timothycrosley/isort
16+
- repo: https://github.com/PyCQA/isort
1717
rev: 5.12.0
1818
hooks:
1919
- id: isort

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
setuptools.setup(
88
name="computation-graph",
99
python_requires=">=3",
10-
version="44",
10+
version="45",
1111
long_description=_LONG_DESCRIPTION,
1212
long_description_content_type="text/markdown",
1313
packages=setuptools.find_namespace_packages(),

0 commit comments

Comments
 (0)