mirror of
https://github.com/astral-sh/ruff
synced 2026-01-21 05:20:49 -05:00
Add missing url for flake8-import-conventions
This commit is contained in:
committed by
Charlie Marsh
parent
74a8a218f3
commit
f4da7635f0
@@ -630,7 +630,10 @@ impl RuleOrigin {
|
||||
"https://pypi.org/project/flake8-implicit-str-concat/0.3.0/",
|
||||
&Platform::PyPI,
|
||||
)),
|
||||
RuleOrigin::Flake8ImportConventions => None,
|
||||
RuleOrigin::Flake8ImportConventions => Some((
|
||||
"https://github.com/joaopalmeiro/flake8-import-conventions",
|
||||
&Platform::GitHub,
|
||||
)),
|
||||
RuleOrigin::Flake8Print => Some((
|
||||
"https://pypi.org/project/flake8-print/5.0.0/",
|
||||
&Platform::PyPI,
|
||||
|
||||
Reference in New Issue
Block a user