Skip to content

Commit

Permalink
Bump black from 22.12.0 to 23.1.0
Browse files Browse the repository at this point in the history
Bumps [black](https://github.com/psf/black) from 22.12.0 to 23.1.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.1.0)

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and GlassOfWhiskey committed Feb 1, 2023
1 parent f4d746c commit a2272fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lint-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
black==22.12.0
black==23.1.0
codespell==2.2.2
flake8-bugbear==23.1.20
pyupgrade==3.3.1
2 changes: 1 addition & 1 deletion streamflow/deployment/connector/occam.py
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ async def deploy(self, external: bool) -> None:
await super().deploy(external)
if not external:
deploy_tasks = []
for (name, service) in self.env_description.items():
for name, service in self.env_description.items():
nodes = service.get("nodes", ["node22"])
for node in nodes:
deploy_tasks.append(
Expand Down

0 comments on commit a2272fb

Please sign in to comment.