INCATools / INCATools/ontology-access-kit
`Flake8` rule `B024`
Open
- Dominant language
- Python
- Stars
- 198
- Forks
- 35
- Avg merge
- 3d 4h
- Merged PRs (30d)
- 1
Description
Rule states: Abstract base class, but it has no abstract methods. Remember to use @ abstractmethod, @abstractclassmethod and/or @abstractproperty decorators.
This rule has been ignored in PR #230 . Need to address this in a serrated PR.
Contributor guide
Research direction
Review PR #230 and the repository's Flake8 configuration to locate the ignored B024 violation and identify the affected abstract base class. Confirm which abstract methods or decorators are expected, then verify that Flake8 no longer reports B024.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- tooling
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100