Skip to content

Conversation

@FancyNeuron
Copy link
Owner

Add @OverRide decorators and test that enforces decorator on overriding methods/properties

@FancyNeuron FancyNeuron linked an issue Jul 19, 2025 that may be closed by this pull request
@FancyNeuron FancyNeuron force-pushed the 71-add-override-to-all-overriding-methods branch from 38dd0dc to 18ad457 Compare July 19, 2025 14:26
Add @OverRide decorators and test that enforces decorator on overriding methods/properties
@FancyNeuron FancyNeuron force-pushed the 71-add-override-to-all-overriding-methods branch from 18ad457 to a2aa2d3 Compare July 19, 2025 14:50
@FancyNeuron FancyNeuron merged commit 951ef32 into main Jul 19, 2025
3 checks passed
FancyNeuron added a commit that referenced this pull request Jul 19, 2025
Add @OverRide decorators and make mypy check for missing override decorators
FancyNeuron added a commit that referenced this pull request Jul 22, 2025
Add @OverRide decorators and make mypy check for missing override decorators
FancyNeuron added a commit that referenced this pull request Jul 22, 2025
* Ensure @OverRide is added to every overriding method/property (#74)

Add @OverRide decorators and make mypy check for missing override decorators

* Make mypy run in strict mode, fix violating mypy errors
@FancyNeuron FancyNeuron deleted the 71-add-override-to-all-overriding-methods branch July 22, 2025 17: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.

Add @override to all overriding methods

2 participants