Skip to content

Commit d48f673

Browse files
Bump black from 22.12.0 to 23.7.0 (#926)
* Bump black from 22.12.0 to 23.7.0 Bumps [black](https://github.com/psf/black) from 22.12.0 to 23.7.0. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@22.12.0...23.7.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Apply black --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mick Vleeshouwer <[email protected]>
1 parent 5f1dd72 commit d48f673

File tree

3 files changed

+28
-18
lines changed

3 files changed

+28
-18
lines changed

poetry.lock

Lines changed: 27 additions & 16 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
@@ -27,7 +27,7 @@ tox = "^3.28"
2727
pytest = "^7.4"
2828
pytest-cov = "^4.1.0"
2929
pre-commit = "^2.21"
30-
black = {version = "^22.12", allow-prereleases = true}
30+
black = {version = "^23.7", allow-prereleases = true}
3131
pylint = "^2.13.9"
3232
isort = "^5.11.5"
3333
mypy = "^1.4"

utils/mask_fixtures.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
# only process .JSON files in folder.
1010
for filename in glob.glob(os.path.join("tests/fixtures/setup", "*.json")):
1111
with open(filename, encoding="utf-8") as input_file:
12-
1312
print(f"Masking {filename}")
1413

1514
try:

0 commit comments

Comments
 (0)