Skip to content

Commit a926999

Browse files
committed
Hotfix: bump isort (5.10.1 -> 5.12.0)
Unfortunately installing isort from source errors out due to a poetry bug(?). Since isort 5.x has a stability policy active, let's just bump this so the template is usable (and upgrade the template properly later).
1 parent 1ced0aa commit a926999

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repos:
1919
- id: python-check-blanket-noqa
2020

2121
- repo: https://github.com/PyCQA/isort
22-
rev: 5.10.1
22+
rev: 5.12.0
2323
hooks:
2424
- id: isort
2525

samples/Pipfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ name = "pypi"
88
[dev-packages]
99
# Base tools
1010
flake8 = "~=4.0.1"
11-
isort = "~=5.10.1"
11+
isort = "~=5.12.0"
1212
pre-commit = "~=2.17.0"
1313

1414
# Flake8 plugins, see https://github.com/python-discord/code-jam-template/tree/main#plugin-list

samples/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ python = "3.10.*"
1111
[tool.poetry.dev-dependencies]
1212
# Base tools
1313
flake8 = "~4.0.1"
14-
isort = "~5.10.1"
14+
isort = "~5.12.0"
1515
pre-commit = "~2.17.0"
1616

1717
# Flake8 plugins, see https://github.com/python-discord/code-jam-template/tree/main#plugin-list

0 commit comments

Comments
 (0)