Skip to content

Commit

Permalink
Bump black version to 23.1.0, update pre-commit config
Browse files Browse the repository at this point in the history
Signed-off-by: Håkon Wiik Ånes <hwaanes@gmail.com>
  • Loading branch information
hakonanes committed Feb 1, 2023
1 parent 261ce07 commit ce7eae4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
repos:
- repo: https://github.com/psf/black
rev: 22.3.0
rev: 23.1.0
hooks:
- id: black
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,10 @@

# Create a development project including all extra dependencies
extra_feature_requirements["dev"] = [
"black[jupyter]",
"black[jupyter] >= 23.1",
"manifix",
"outdated",
"pre-commit >= 1.16",
"pre-commit >= 1.16",
] + list(chain(*list(extra_feature_requirements.values())))


Expand Down

0 comments on commit ce7eae4

Please sign in to comment.