Add ruff.toml with increased line-length (#2268)

The default is 88 which reformats too much.

This has no effect on templates but affects Python script in this PR
https://github.com/databricks/cli/pull/2267

For context, we do not set any line length for golang and have 177 .go
files with max line length 150 or more.
This commit is contained in:
Denis Bilenko 2025-01-30 10:52:41 +01:00 committed by GitHub
parent 58ef34f320
commit a03ea73011
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

1
ruff.toml Normal file
View File

@ -0,0 +1 @@
line-length = 150