Skip to content
This repository has been archived by the owner on Mar 17, 2024. It is now read-only.

rbroderi/flake8_require_beartype

Repository files navigation

flake8-require-beartype

flake8 plugin which checks for use of @beartype decorator.

It checks any function or method that has arguments other than self, cls, or mcls

installation

pip install flake8-require-beartype

flake8 codes

Code Description
RBT001 Function missing @beartype
RBT002 Method missing @beartype

rationale

Helps to add / keep beartype runtime checking in a code base.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages