diff options
author | Yining <zhang.yining@gmail.com> | 2022-10-31 20:55:14 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-31 21:55:14 +0900 |
commit | 483d056528543df3349299db1ecf4aecfd0d7f44 (patch) | |
tree | 3a3bee0cb98195962eb25dfa91dbb8183b44db7d /test/test-files/python | |
parent | 06efbdd25a3a8cccf17692f7bd4eac71ae7d6e05 (diff) | |
download | ale-483d056528543df3349299db1ecf4aecfd0d7f44.zip |
add: support for ruff as a Python linter and fixer (#4347)
this commit adds ruff as both a Python linter and fixer, together with
some tests and documentation.
ruff repo: https://github.com/charliermarsh/ruff
Diffstat (limited to 'test/test-files/python')
-rwxr-xr-x | test/test-files/python/with_virtualenv/env/Scripts/ruff.exe | 0 | ||||
-rwxr-xr-x | test/test-files/python/with_virtualenv/env/bin/ruff | 0 |
2 files changed, 0 insertions, 0 deletions
diff --git a/test/test-files/python/with_virtualenv/env/Scripts/ruff.exe b/test/test-files/python/with_virtualenv/env/Scripts/ruff.exe new file mode 100755 index 00000000..e69de29b --- /dev/null +++ b/test/test-files/python/with_virtualenv/env/Scripts/ruff.exe diff --git a/test/test-files/python/with_virtualenv/env/bin/ruff b/test/test-files/python/with_virtualenv/env/bin/ruff new file mode 100755 index 00000000..e69de29b --- /dev/null +++ b/test/test-files/python/with_virtualenv/env/bin/ruff |