Skip to content

Add code style tests - #4

Closed
vrslev wants to merge 74 commits into
mainfrom
code-style-tests
Closed

Add code style tests#4
vrslev wants to merge 74 commits into
mainfrom
code-style-tests

Conversation

@vrslev

@vrslev vrslev commented Feb 2, 2026

Copy link
Copy Markdown
Contributor

No description provided.

from dataclasses import dataclass


@dataclass(frozen=True)

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

?

Suggested change
@dataclass(frozen=True)
@dataclass(frozen=True, slots=True, kw_only=True)

@vrslev

vrslev commented Feb 3, 2026

Copy link
Copy Markdown
Contributor Author

@danberdev thanks for review. I've vibe coded the whole thing. Now, fixing stuf

@vrslev

vrslev commented Feb 3, 2026

Copy link
Copy Markdown
Contributor Author

Also moved to separate repo: https://github.com/community-of-python/flake8-plugin

@vrslev

vrslev commented Feb 4, 2026

Copy link
Copy Markdown
Contributor Author

I've decided that code style tests are not necessary and redundant to https://github.com/community-of-python/redos-linter and https://github.com/community-of-python/flake8-plugin tests

@vrslev vrslev closed this Feb 4, 2026
@vrslev
vrslev deleted the code-style-tests branch February 4, 2026 10:35
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.

2 participants