Commit 507b1b8
authored
[bug] Remove the linter from pyproject.toml (#137)
Why
===
For unknown reasons, this appearing in this package breaks other
packages that depend on a script called `lint`.
What changed
============
This change temporarily reverts that so that other packages don't break.
Test plan
=========
Publish package, `uv run lint` in other packages call _their_
implementation instead of ours.1 parent f255585 commit 507b1b8
1 file changed
+0
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | 36 | | |
41 | 37 | | |
42 | 38 | | |
| |||
0 commit comments