-
-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix CI | Update black version in pre-commit (#137)
* Update black This fixes pallets/click#2225 * Update black and python version Python version is updated to satisfy black constraint The current project's Python requirement (>=3.6,<4.0) is not compatible with some of the required packages Python requirement: - black requires Python >=3.6.2, so it will not be satisfied for Python >=3.6,<3.6.2 * Reformat files with black 22.3.0 * Remove black from pyproject.toml Co-authored-by: Branch Vincent <branchevincent@gmail.com> * Revert updating python version Co-authored-by: Branch Vincent <branchevincent@gmail.com>
- Loading branch information
1 parent
8c3ba58
commit e103e1c
Showing
4 changed files
with
328 additions
and
311 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
repos: | ||
- repo: https://github.com/ambv/black | ||
rev: 20.8b1 | ||
rev: 22.3.0 | ||
hooks: | ||
- id: black |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.