diff options
author | Christian Breunig <christian@breunig.cc> | 2025-07-01 21:41:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-01 21:41:02 +0200 |
commit | 4b0344dfafa018e50a12c47626074751d38fe432 (patch) | |
tree | 246ba5c6e50c821c9691ac28d5d54156d6252919 | |
parent | 7dc6d3875c5caa5bafea9ca3ebdcd19503927996 (diff) | |
parent | c8803815f52b0f691d43e764640e1b386a18ec58 (diff) | |
download | vyos-1x-4b0344dfafa018e50a12c47626074751d38fe432.tar.gz vyos-1x-4b0344dfafa018e50a12c47626074751d38fe432.zip |
Merge pull request #4589 from kumvijaya/current
T7592: added pyproject.toml for quote linting configuration
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 000000000..76597715e --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,2 @@ +[tool.black] +skip-string-normalization = true
\ No newline at end of file |