Skip to content

Commit

Permalink
Update .pre-commit-hooks.yaml to work with new pre-commit version (#77)
Browse files Browse the repository at this point in the history
the current configuration does not work with newer pre-commit versions.
In order to be compatible with pre-commit 3+ please apply the following
changes
  • Loading branch information
matthewakram authored Aug 25, 2024
1 parent 665fd12 commit a159d22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
entry: autotyping
language: python
types_or: [python, pyi]
args: [*]
args: []
additional_dependencies: []
minimum_pre_commit_version: 2.9.2
minimum_pre_commit_version: 3.0.0

0 comments on commit a159d22

Please sign in to comment.