Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Commit

Permalink
Bump Black to version 23.11.0 (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sinclert authored Nov 14, 2023
1 parent 5450301 commit 1fdd06a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ fail_fast: true

repos:
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 23.9.1
rev: 23.11.0
hooks:
- id: black
name: "Black format checker"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies = [

[project.optional-dependencies]
lint = [
"black==23.9.1",
"black==23.11.0",
"isort==5.11.3",
"mypy==1.6.1",
]
Expand Down

0 comments on commit 1fdd06a

Please sign in to comment.