diff options
author | Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> | 2024-09-12 21:22:41 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-12 21:22:41 +0530 |
commit | 7edcb817cd512b52e71d6c51ea5dac1c8a09cff3 (patch) | |
tree | acef406b3a036d033a762fab35ab3437caab6851 | |
parent | 46c208142a528a8d09600827a07238f6dbc79e37 (diff) | |
download | vyos-workflow-test-temp-7edcb817cd512b52e71d6c51ea5dac1c8a09cff3.tar.gz vyos-workflow-test-temp-7edcb817cd512b52e71d6c51ea5dac1c8a09cff3.zip |
T6678: Update ruff.toml for test
-rw-r--r-- | ruff.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -line-length = 80 # defaults to 88 like black
+line-length = 80 # defaults to 88 like black This is for test
target-version = "py39" # the python version to target, useful when considering code upgrades, defaults to "py310"
select = [
|