Skip to content

Commit 27a81b2

Browse files
authored
🎨 Run pre-commit on all files and autoformat (fastapi#666)
1 parent 7f72c60 commit 27a81b2

84 files changed

Lines changed: 311 additions & 324 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/actions/comment-docs-preview-in-pr/app/main.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,7 @@ class PartialGithubEvent(BaseModel):
4848
use_pr = pr
4949
break
5050
if not use_pr:
51-
logging.error(
52-
f"No PR found for hash: {event.workflow_run.head_commit.id}"
53-
)
51+
logging.error(f"No PR found for hash: {event.workflow_run.head_commit.id}")
5452
sys.exit(0)
5553
github_headers = {
5654
"Authorization": f"token {settings.input_token.get_secret_value()}"

docs/img/databases/external-server.drawio

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,4 @@
9090
</root>
9191
</mxGraphModel>
9292
</diagram>
93-
</mxfile>
93+
</mxfile>

docs/img/databases/external-server.svg

Lines changed: 1 addition & 1 deletion

docs/img/databases/multiple-servers.drawio

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,4 +202,4 @@
202202
</root>
203203
</mxGraphModel>
204204
</diagram>
205-
</mxfile>
205+
</mxfile>

docs/img/databases/multiple-servers.svg

Lines changed: 1 addition & 1 deletion

docs/img/databases/relationships.drawio

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,4 +148,4 @@
148148
</root>
149149
</mxGraphModel>
150150
</diagram>
151-
</mxfile>
151+
</mxfile>

docs/img/databases/relationships.svg

Lines changed: 1 addition & 1 deletion

docs/img/databases/same-server.drawio

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,4 @@
8181
</root>
8282
</mxGraphModel>
8383
</diagram>
84-
</mxfile>
84+
</mxfile>

docs/img/databases/same-server.svg

Lines changed: 1 addition & 1 deletion

docs/img/databases/single-file.drawio

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@
3434
</root>
3535
</mxGraphModel>
3636
</diagram>
37-
</mxfile>
37+
</mxfile>

0 commit comments

Comments
 (0)