Skip to content

Commit

Permalink
bump black to 22.3.0 (#7449)
Browse files Browse the repository at this point in the history
  • Loading branch information
smackesey committed Apr 14, 2022
1 parent 7ad594b commit a0a321d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/docs_snippets/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

[tool.black]
line-length = 88
required-version = "22.1.0"
required-version = "22.3.0"
target-version = ['py36', 'py37', 'py38', 'py39', 'py310']

[tool.isort]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
line-length = 100

# Black will refuse to run if it's not this version.
required-version = "22.1.0"
required-version = "22.3.0"

# Ensure black's output will be compatible with all listed versions.
target-version = ['py36', 'py37', 'py38', 'py39', 'py310']
Expand Down
2 changes: 1 addition & 1 deletion python_modules/dagster/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def get_version() -> str:
"pylint==2.6.0",
],
"black": [
"black[jupyter]==22.1.0",
"black[jupyter]==22.3.0",
],
"isort": [
"isort==5.10.1",
Expand Down

0 comments on commit a0a321d

Please sign in to comment.