Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a159d22

Browse files
authored
Update .pre-commit-hooks.yaml to work with new pre-commit version (#77)
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
1 parent 665fd12 commit a159d22

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-hooks.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
entry: autotyping
55
language: python
66
types_or: [python, pyi]
7-
args: [*]
7+
args: []
88
additional_dependencies: []
9-
minimum_pre_commit_version: 2.9.2
9+
minimum_pre_commit_version: 3.0.0

0 commit comments

Comments
 (0)