Skip to content

Commit

Permalink
Merge pull request #1067 from camptocamp/renovate/master-psf-black-23.x
Browse files Browse the repository at this point in the history
Update pre-commit hook psf/black to v23 (master)
  • Loading branch information
sbrunner authored Apr 2, 2023
2 parents 3d10bc5 + f873b90 commit 9f9e11b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ repos:
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: 22.12.0
rev: 23.3.0
hooks:
- id: black
- repo: https://github.com/PyCQA/prospector
Expand Down
1 change: 0 additions & 1 deletion c2cciutils/scripts/docker_versions_gen.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ def main() -> None:

versions_config, _ = c2cciutils.lib.docker.get_versions_config()
for image in args.images:

_, versions_image = c2cciutils.lib.docker.get_dpkg_packages_versions(
image,
default_distribution=args.distribution,
Expand Down

0 comments on commit 9f9e11b

Please sign in to comment.