Skip to content

Commit 241ef16

Browse files
authored
Merge branch 'main' into sc/dry-up-test-fixtures
2 parents 415bfd0 + f1a228d commit 241ef16

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

docs/pages/linting.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,11 @@ for some of these.
3232
| Name | Short description | 🚦 |
3333
| ---------------------------------------------- | ----------------------------------------------------------------------------- | :-----------------------------------------: |
3434
| [mypy](https://mypy.readthedocs.io/en/stable/) | Static type checker, won't fail if no typing but will if typing is incorrect. | <span class="label label-green">Best</span> |
35+
36+
### Dependency checking
37+
38+
| Name | Short description | 🚦 |
39+
| ----------------------------------------------------------------- | ---------------------------------------------------------------- | :------------------------------------------: |
40+
| [deptry](https://deptry.com/) | Checks for unused dependencies and undeclared dependencies. | <span class="label label-yellow">Good</span> |
41+
| [fawltydeps](https://tweag.github.io/FawltyDeps/) | Checks for unused dependencies and undeclared dependencies. | <span class="label label-yellow">Good</span> |
42+
| [pip-check-reqs](https://github.com/adamtheturtle/pip-check-reqs) | Checks requirements file (requires converting `pyproject.toml`). | <span class="label label-yellow">Good</span> |

0 commit comments

Comments
 (0)