Skip to content

Commit 40f67a1

Browse files
committed
[pycodestyle] Fix false positive E231
Update pycodestyle to include a [fix][pycodestyle fix] for false positives E231 being triggered in python 3.12. In order to do so, dependency resolution required bumping minimum python version to 3.8.1 (dependency hell, is that you?). [pycodestyle fix]: PyCQA/pycodestyle#1148
1 parent 006c50b commit 40f67a1

File tree

2 files changed

+30
-30
lines changed

2 files changed

+30
-30
lines changed

poetry.lock

Lines changed: 29 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ classifiers = [
2121
Changelog = "https://github.com/cjolowicz/retrocookie/releases"
2222

2323
[tool.poetry.dependencies]
24-
python = "^3.8"
24+
python = "^3.8.1"
2525
click = "^8.0.3"
2626
git-filter-repo = "^2.26.0"
2727
pygit2 = ">=1.2.1,<1.15"

0 commit comments

Comments
 (0)