Skip to content

Commit a3f8e27

Browse files
committed
Add link to Vulture GitHub Action.
1 parent 072debc commit a3f8e27

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ Vulture will automatically look for a `pyproject.toml` in the current working di
189189

190190
To use a `pyproject.toml` in another directory, you can use the `--config path/to/pyproject.toml` flag.
191191

192-
## Version control integration
192+
## Integrations
193193

194194
You can use a [pre-commit](https://pre-commit.com/#install) hook to run
195195
Vulture before each commit. For this, install pre-commit and add the
@@ -207,6 +207,8 @@ Then run `pre-commit install`. Finally, create a `pyproject.toml` file
207207
in your repository and specify all files that Vulture should check under
208208
`[tool.vulture] --> paths` (see above).
209209

210+
There's also a [GitHub Action for Vulture](https://github.com/gtkacz/vulture-action).
211+
210212
## How does it work?
211213

212214
Vulture uses the `ast` module to build abstract syntax trees for all

0 commit comments

Comments
 (0)