Skip to content

Commit

Permalink
Upgrade black to 22.12.0. (#236)
Browse files Browse the repository at this point in the history
### Description

Upgrades `black` to `22.12.0`.
  • Loading branch information
ueshin authored Dec 12, 2022
1 parent 6251711 commit 1d85eb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion black.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[tool.black]
required-version = "22.8.0"
required-version = "22.12.0"
line-length = 100
target-version = ['py38']
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ git+https://github.com/dbt-labs/dbt-core.git#egg=dbt-tests-adapter&subdirectory=
# TODO: how to automate switching from develop to version branches?
git+https://github.com/dbt-labs/dbt-spark.git#egg=dbt-spark

black==22.8.0
black==22.12.0
flake8
flaky
freezegun==0.3.9
Expand Down

0 comments on commit 1d85eb5

Please sign in to comment.