Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix support for pre-commit versions < 3.2.0 #4041

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions .pre-commit-hooks.yaml
Expand Up @@ -4,7 +4,7 @@
name: black
description: "Black: The uncompromising Python code formatter"
entry: black
stages: [pre-commit, pre-merge-commit, pre-push, manual]
stages: [commit, merge-commit, push, manual]
language: python
minimum_pre_commit_version: 2.9.2
require_serial: true
Expand All @@ -14,7 +14,7 @@
description:
"Black: The uncompromising Python code formatter (with Jupyter Notebook support)"
entry: black
stages: [pre-commit, pre-merge-commit, pre-push, manual]
stages: [commit, merge-commit, push, manual]
language: python
minimum_pre_commit_version: 2.9.2
require_serial: true
Expand Down
2 changes: 1 addition & 1 deletion CHANGES.md
Expand Up @@ -40,7 +40,7 @@

### Integrations

<!-- For example, Docker, GitHub Actions, pre-commit, editors -->
- Fix support for pre-commit versions < 3.2.0 (#4041)

### Documentation

Expand Down