Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps-dev): bump black from 23.7.0 to 23.9.1 #2584

Merged
merged 2 commits into from
Sep 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,9 @@ repos:
hooks:
- id: ruff
args: ["--fix"]
- repo: https://github.com/psf/black
- repo: https://github.com/psf/black-pre-commit-mirror
# WARNING: version should be the same as in `pyproject.toml`
# Using git ref spec because of https://github.com/psf/black/issues/2493
rev: 'refs/tags/23.7.0:refs/tags/23.7.0'
rev: "23.9.1"
hooks:
- id: black
pass_filenames: false
Expand Down
60 changes: 35 additions & 25 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ html5lib = {version = "^1.0", optional = true}
lxml = {version = "^4.3.0", optional = true}

[tool.poetry.group.dev.dependencies]
black = "23.7.0"
black = "23.9.1"
mypy = "^1.1.0"
lxml-stubs = "^0.4.0"

Expand Down Expand Up @@ -160,7 +160,6 @@ line-length = 88


[tool.black]
required-version = "23.7.0"
line-length = "88"
target-version = ['py38']
include = '\.pyi?$'
Expand Down