Skip to content

Commit

Permalink
Deployed to github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 28, 2023
1 parent a45eac3 commit c0eee0a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions all-hooks.json
Original file line number Diff line number Diff line change
Expand Up @@ -2040,6 +2040,12 @@
"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 @@ -2053,6 +2059,12 @@
"name": "black-jupyter",
"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 c0eee0a

Please sign in to comment.