Skip to content

Commit acbea4d

Browse files
reformat with ruff
1 parent 7bc51e9 commit acbea4d

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

generate_base_client.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,7 @@ def main():
4141

4242
specs = [os.path.join(os.getcwd(), s) for s in specs]
4343

44-
dropbox_pkg_path = os.path.abspath(
45-
os.path.join(os.path.dirname(sys.argv[0]), "dropbox")
46-
)
44+
dropbox_pkg_path = os.path.abspath(os.path.join(os.path.dirname(sys.argv[0]), "dropbox"))
4745
if verbose:
4846
print("Dropbox package path: %s" % dropbox_pkg_path)
4947

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,7 @@ ignore = [
6969

7070
[tool.ruff.format]
7171
quote-style = "double"
72-
line-ending = "auto"
72+
line-ending = "auto"
73+
exclude = [
74+
"dropbox/",
75+
]

0 commit comments

Comments
 (0)