forked from Mirrors/cloudflare-ddns-docker
Update dependency flake8-import-order to ~=0.19.0 #50
Reference in New Issue
Block a user
No description provided.
Delete Branch "renovate/flake8-import-order-0.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
~=0.18.1
->~=0.19.0
Release Notes
PyCQA/flake8-import-order (flake8-import-order)
v0.19.0
Compare Source
Drop deprecated Python versions 3.7 and 3.8
Drop unsupported pypy3.9
Use
sys.stdlib_module_names
where available to determine whether amodule is in the standard library or not.
Replace usage of
pkg_resources
from setuptools withimportlib.metadata
.Move package to PyCQA PyPI organization
Add support for checking ordering in a
TYPE_CHECKING
block. Thiswill support the following variants:
if TYPE_CHECKING:
(where there was a priorfrom typing import TYPE_CHECKING
.if t.TYPE_CHECKING:
(where there was a priorimport typing as t
.if typing.TYPE_CHECKING:
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.