diff options
author | kumvijaya <kuvmijaya@gmail.com> | 2025-06-29 18:00:08 +0530 |
---|---|---|
committer | kumvijaya <kuvmijaya@gmail.com> | 2025-06-29 18:00:08 +0530 |
commit | c8803815f52b0f691d43e764640e1b386a18ec58 (patch) | |
tree | f90093638c0763c632fe9a89f3045b1aee9fcb1b | |
parent | af9fbd06e3fd8d2346c482e9a74960c930536414 (diff) | |
download | vyos-1x-c8803815f52b0f691d43e764640e1b386a18ec58.tar.gz vyos-1x-c8803815f52b0f691d43e764640e1b386a18ec58.zip |
T7592: added pyproject toml for quote linting config
-rw-r--r-- | pyproject.toml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml index cf710352c..76597715e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,3 +1,2 @@ [tool.black] -skip-string-normalization = true -line-length = 100
\ No newline at end of file +skip-string-normalization = true
\ No newline at end of file |