Skip to content

Commit

Permalink
Update minimum pre-commit version to 2.9.2
Browse files Browse the repository at this point in the history
The PR which led to 2.9.0 was made by a data scientist and so it contains a bug in the default types for `types_or`, it'd be better to have 2.9.2 as the minimum version - at least, that's what Anthony Sottile suggested be done in `black` psf/black#1875 (comment)
  • Loading branch information
MarcoGorelli committed Jul 28, 2021
1 parent e625f8a commit 01546f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-hooks.yaml
Expand Up @@ -6,4 +6,4 @@
language_version: python3
types_or: [cython, pyi, python]
args: ['--filter-files']
minimum_pre_commit_version: '2.9.0'
minimum_pre_commit_version: '2.9.2'

0 comments on commit 01546f7

Please sign in to comment.