Skip to content

Commit e3980f7

Browse files
chore(deps-dev): bump black from 21.5b0 to 22.3.0 (#13)
* build(deps-dev): bump black from 21.5b0 to 22.3.0 Bumps [black](https://github.com/psf/black) from 21.5b0 to 22.3.0. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/commits/22.3.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> * style: update for new black Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Daniel Knell <contact@danielknell.co.uk>
1 parent b7521cd commit e3980f7

File tree

3 files changed

+62
-84
lines changed

3 files changed

+62
-84
lines changed

poetry.lock

Lines changed: 60 additions & 82 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ python = "^3.9"
1818

1919
[tool.poetry.dev-dependencies]
2020
pytest = "^7.1.2"
21-
black = "^21.5b0"
21+
black = "^22.3"
2222
pylint = "^2.8.2"
2323
mypy = "^0.812"
2424
isort = "^5.8.0"

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
settings.register_profile("slow", settings(max_examples=1000))
77
settings.register_profile("fast", settings(max_examples=100))
88

9-
settings.load_profile(os.getenv(u"HYPOTHESIS_PROFILE", "fast"))
9+
settings.load_profile(os.getenv("HYPOTHESIS_PROFILE", "fast"))

0 commit comments

Comments
 (0)