-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
acceptedReady for implementationReady for implementationconfigurationRelated to settings and configurationRelated to settings and configuration
Description
I was using the flake8-import-conventions's ICN rules in my project.
I notice that the networkx as nx is not implemented in ruff's settings
The original library has support for networkx in ICN004 - https://github.com/joaopalmeiro/flake8-import-conventions#flake8-codes
TO reproduce:
$ cat /tmp/try.py
import networkx
$ ruff /tmp/try.py --isolated --select ICN
$ echo $?
0
$ ruff --version
ruff 0.0.285
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
acceptedReady for implementationReady for implementationconfigurationRelated to settings and configurationRelated to settings and configuration