From cad8f8e68338221e157adb1fffbe8eb16c430fe0 Mon Sep 17 00:00:00 2001 From: Yining Date: Tue, 6 Dec 2022 23:26:09 +1100 Subject: add: support for refurb as a Python linter (#4379) this commit adds refurb as a Python linter, together with some tests and documentation. it should fix issue: #4362 refurb repo: https://github.com/dosisod/refurb --- test/test-files/python/with_virtualenv/env/bin/refurb | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100755 test/test-files/python/with_virtualenv/env/bin/refurb (limited to 'test/test-files/python/with_virtualenv/env/bin') diff --git a/test/test-files/python/with_virtualenv/env/bin/refurb b/test/test-files/python/with_virtualenv/env/bin/refurb new file mode 100755 index 00000000..e69de29b -- cgit v1.2.3