Skip to content

Commit

Permalink
fix(pre-commit): raise minimum_pre_commit_version (psf#4065)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidculley committed Nov 21, 2023
1 parent be336bb commit 6372c5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-hooks.yaml
Expand Up @@ -6,7 +6,7 @@
entry: black
stages: [pre-commit, pre-merge-commit, pre-push, manual]
language: python
minimum_pre_commit_version: 2.9.2
minimum_pre_commit_version: 3.2.0
require_serial: true
types_or: [python, pyi]
- id: black-jupyter
Expand All @@ -16,7 +16,7 @@
entry: black
stages: [pre-commit, pre-merge-commit, pre-push, manual]
language: python
minimum_pre_commit_version: 2.9.2
minimum_pre_commit_version: 3.2.0
require_serial: true
types_or: [python, pyi, jupyter]
additional_dependencies: [".[jupyter]"]

0 comments on commit 6372c5a

Please sign in to comment.