diff options
author | kumvijaya <kuvmijaya@gmail.com> | 2025-06-29 17:56:36 +0530 |
---|---|---|
committer | kumvijaya <kuvmijaya@gmail.com> | 2025-06-29 17:56:36 +0530 |
commit | af9fbd06e3fd8d2346c482e9a74960c930536414 (patch) | |
tree | 4a1e5c5ba49d194a8522e6357c0fda03d6b94d97 | |
parent | 862817a7207c5b5d17c67451bac602d296b88230 (diff) | |
download | vyos-1x-af9fbd06e3fd8d2346c482e9a74960c930536414.tar.gz vyos-1x-af9fbd06e3fd8d2346c482e9a74960c930536414.zip |
T7592: added pyproject toml for quote linting config
-rw-r--r-- | pyproject.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 000000000..cf710352c --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,3 @@ +[tool.black] +skip-string-normalization = true +line-length = 100
\ No newline at end of file |