Skip to content

Commit

Permalink
Revert "confine pre-commit to stages (psf#3940)"
Browse files Browse the repository at this point in the history
This reverts commit 7686989.
  • Loading branch information
hauntsaninja committed Dec 30, 2023
1 parent db9c592 commit 6f2fd3f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .pre-commit-hooks.yaml
Expand Up @@ -4,7 +4,6 @@
name: black
description: "Black: The uncompromising Python code formatter"
entry: black
stages: [pre-commit, pre-merge-commit, pre-push, manual]
language: python
minimum_pre_commit_version: 2.9.2
require_serial: true
Expand All @@ -14,7 +13,6 @@
description:
"Black: The uncompromising Python code formatter (with Jupyter Notebook support)"
entry: black
stages: [pre-commit, pre-merge-commit, pre-push, manual]
language: python
minimum_pre_commit_version: 2.9.2
require_serial: true
Expand Down

0 comments on commit 6f2fd3f

Please sign in to comment.