Skip to content

Make linters happy - #2

Open
kurtmckee wants to merge 1 commit into
EpicGames:mainfrom
kurtmckee:make-linters-happy
Open

Make linters happy#2
kurtmckee wants to merge 1 commit into
EpicGames:mainfrom
kurtmckee:make-linters-happy

Conversation

@kurtmckee

Copy link
Copy Markdown

The current code in main doesn't pass black and isort.

This commit was auto-generated by using the commands documented in the CONTRIBUTING doc:

uv run black .
uv run isort .

The current code in `main` doesn't pass black and isort.
This commit was auto-generated by using the commands
documented in the CONTRIBUTING doc:
```
uv run black .
uv run isort .
```
Signed-off-by: Kurt McKee <contactme@kurtmckee.org>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@kurtmckee