Skip to content

Conversation

@max-models
Copy link
Member

@max-models max-models commented Oct 30, 2025

Redo of #69

Solves the following issue(s):

Closes #68

According to PEP 8, "Comparisons to singletons like None should always be done with is or is not, never the equality operators."

This PR fixes Ruff errors E711, E714, E721, and F722.

@max-models max-models changed the title Copied all files from 68-replace-none-with-is-none clean: Replaced == None with is None Oct 30, 2025
@spossann spossann changed the title clean: Replaced == None with is None Clean: Replaced == None with is None Oct 31, 2025
@max-models max-models marked this pull request as ready for review November 14, 2025 08:56
@max-models max-models requested a review from spossann November 17, 2025 07:21
@max-models max-models merged commit 8491bd3 into devel Nov 17, 2025
6 checks passed
@max-models max-models deleted the 68-replace-none-with-is-none-clean branch November 17, 2025 08:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Replace == None with is None

3 participants