Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use hatch fmt command #1424

Merged
merged 15 commits into from
May 28, 2024
Merged

Use hatch fmt command #1424

merged 15 commits into from
May 28, 2024

Conversation

blink1073
Copy link
Contributor

Hatch has a hatch fmt command with sensible defaults, that can be extended to fit the project. https://hatch.pypa.io/latest/config/internal/static-analysis/.

The biggest win was the addition of the ASYNCIO check, which found the fact that we were using subprocess in an async function.

@blink1073 blink1073 closed this May 27, 2024
@blink1073 blink1073 reopened this May 27, 2024
@blink1073 blink1073 merged commit f137916 into jupyter-server:main May 28, 2024
22 of 36 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants