You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 15, 2025. It is now read-only.
A Flake8 plugin that enforces the ["rules of hooks"](https://reactjs.org/docs/hooks-rules.html) for [IDOM](https://github.com/idom-team/idom).
3
+
This project has been renamed.
4
4
5
-
The implementation is based on React's own ESLint [plugin for hooks](https://github.com/facebook/react/tree/master/packages/eslint-plugin-react-hooks).
6
-
7
-
# Install
8
-
9
-
```bash
10
-
pip install flake8-idom-hooks
11
-
```
12
-
13
-
# Developer Installation
14
-
15
-
```bash
16
-
pip install -r requirements.txt
17
-
pip install -e .
18
-
```
19
-
20
-
Run the tests
21
-
22
-
```bash
23
-
tox
24
-
```
5
+
See [flake8-idom](https://github.com/idom-team/flake8-idom) instead.
0 commit comments