Skip to content

Commit

Permalink
chore(deps): update black to v23.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 8, 2023
1 parent d7f91ab commit e3035da
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 @@ -7,7 +7,7 @@ repos:
- id: ruff

- repo: https://github.com/psf/black-pre-commit-mirror
rev: 23.7.0
rev: 23.11.0
hooks:
- id: black

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
extras_require={
"dev": [
"black==23.7.0",
"black==23.11.0",
"mypy==1.5.1",
"nox",
"types-setuptools",
Expand Down

0 comments on commit e3035da

Please sign in to comment.