summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNick Drozd <nicholasdrozd@gmail.com>2023-04-02 05:41:26 -0400
committerGitHub <noreply@github.com>2023-04-02 11:41:26 +0200
commit3b42318eddaf0fded622179b19c7bcfcead26893 (patch)
tree502297ad801e6f05d56daff86500c74ba0ee8036 /doc
parentf7bd67604f395cd50734b9559acc37ae5d34ce4b (diff)
downloadpylint-git-3b42318eddaf0fded622179b19c7bcfcead26893.tar.gz
Add Pyreverse option to exclude standalone nodes (#8520)
* Add Pyreverse option to exclude standalone nodes * Add test * Add package test * Fix test names * Clean up test files
Diffstat (limited to 'doc')
-rw-r--r--doc/whatsnew/fragments/8476.feature3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/whatsnew/fragments/8476.feature b/doc/whatsnew/fragments/8476.feature
new file mode 100644
index 000000000..56c0be201
--- /dev/null
+++ b/doc/whatsnew/fragments/8476.feature
@@ -0,0 +1,3 @@
+Add Pyreverse option to exclude standalone nodes from diagrams with `--no-standalone`.
+
+Closes #8476