Skip to content

Commit

Permalink
ci(deps)!: flake8 should work
Browse files Browse the repository at this point in the history
Upgrade flake8 from 4 to 7. This upgrades pycodestyle. It also upgrades
pyflakes from 2 to 3.

BREAKING CHANGE: Upgrade the minimum Python version from 3.8.0 to 3.8.1
  • Loading branch information
aentwist authored and leng-yue committed May 31, 2024
1 parent 95c2e7f commit f37c8b1
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 23 deletions.
42 changes: 21 additions & 21 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ py-scrcpy = "scrcpy_ui:main"

[tool.poetry.dependencies]
# Should match the python versions in .github/workflows/ci.yml and publish.yml
python = ">=3.8,<3.13"
python = ">=3.8.1,<3.13"
av = "^12"
opencv-python = "^4.5.0"
adbutils = "^1.0.8"
Expand All @@ -28,7 +28,7 @@ PySide6 = { version = "^6.0.0", optional = true }
ui = ["PySide6"]

[tool.poetry.dev-dependencies]
flake8 = "^4.0.1"
flake8 = "^7"
isort = "*"
black = "^22.3.0"
pytest = "^7.1.2"
Expand Down

0 comments on commit f37c8b1

Please sign in to comment.