File tree 1 file changed +3
-1
lines changed 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -189,7 +189,7 @@ Vulture will automatically look for a `pyproject.toml` in the current working di
189
189
190
190
To use a ` pyproject.toml ` in another directory, you can use the ` --config path/to/pyproject.toml ` flag.
191
191
192
- ## Version control integration
192
+ ## Integrations
193
193
194
194
You can use a [ pre-commit] ( https://pre-commit.com/#install ) hook to run
195
195
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
207
207
in your repository and specify all files that Vulture should check under
208
208
` [tool.vulture] --> paths` (see above).
209
209
210
+ There's also a [GitHub Action for Vulture](https://github.com/gtkacz/vulture-action).
211
+
210
212
# # How does it work?
211
213
212
214
Vulture uses the `ast` module to build abstract syntax trees for all
You can’t perform that action at this time.
0 commit comments