From b6f6d84c25169744f43db6d0ee296ee44eb78d91 Mon Sep 17 00:00:00 2001 From: Yining Date: Fri, 27 Jan 2023 12:24:18 +1100 Subject: add: pycln as a python linter and fixer (#4415) this commit adds pycln as a Python linter and fixer, together with some tests and documentation. It addresses #4340 pycln repo: https://github.com/hadialqattan/pycln --- test/test-files/python/with_virtualenv/env/Scripts/pycln.exe | 0 test/test-files/python/with_virtualenv/env/bin/pycln | 0 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100755 test/test-files/python/with_virtualenv/env/Scripts/pycln.exe create mode 100755 test/test-files/python/with_virtualenv/env/bin/pycln (limited to 'test/test-files') diff --git a/test/test-files/python/with_virtualenv/env/Scripts/pycln.exe b/test/test-files/python/with_virtualenv/env/Scripts/pycln.exe new file mode 100755 index 00000000..e69de29b diff --git a/test/test-files/python/with_virtualenv/env/bin/pycln b/test/test-files/python/with_virtualenv/env/bin/pycln new file mode 100755 index 00000000..e69de29b -- cgit v1.2.3