Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 485 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 485 Bytes

flake8-idom

A Flake8 plugin for IDOM that enforces:

The implementation is based on React's own ESLint plugin for hooks.

Install

pip install flake8-idom

Developer Installation

pip install -r requirements.txt
pip install -e .

Run the tests

tox