Specify folder via args to be easier to overwrite/configure

pull/2521/head
Daniel Bast 3 months ago
parent f008437703
commit ee59976d68
  1. 4
      .pre-commit-hooks.yaml

@ -1,7 +1,9 @@
- id: slither
name: Slither
description: Run Slither on your project
entry: slither .
entry: slither
args:
- .
pass_filenames: false
language: python
files: \.sol$

Loading…
Cancel
Save