Commit aef7161
authored
Remove flake8 and mypy hooks from pre-commit (#191)
These hooks cannot fix themselves which defeats the power of pre-commit
both locally and in the ci. Both `flake8` and `mypy` checks are now
handled by nox. They are available locally with `nox -s lint` and run in
the CI as a requirable job.1 parent 3040992 commit aef7161
1 file changed
+0
-16
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
0 commit comments