Skip to content

Commit 1f169c3

Browse files
dependabot[bot]Jake Skipperjake-skipper
authored
build(deps-dev): bump black from 23.12.1 to 24.1.1 (#2140)
* build(deps-dev): bump black from 23.12.1 to 24.1.1 Bumps [black](https://github.com/psf/black) from 23.12.1 to 24.1.1. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@23.12.1...24.1.1) --- updated-dependencies: - dependency-name: black dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Running make fix-black * More make fix-black changes --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jake Skipper <jake.skipper@rackspace.com> Co-authored-by: Jake Skipper <74978230+jake-skipper@users.noreply.github.com>
1 parent 6d3316f commit 1f169c3

File tree

550 files changed

+996
-313
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

550 files changed

+996
-313
lines changed

.github/scripts/urlshortener/test_update_urls.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Tests for update_urls."""
2+
23
# pylint: disable=no-member
34
from unittest.mock import ANY, Mock, call, patch
45

.github/scripts/urlshortener/update_urls.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Update Runway release URLs."""
2+
23
# pylint: disable=no-member
34
from __future__ import annotations
45

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ repos:
4949
hooks:
5050
- id: isort
5151
- repo: https://github.com/psf/black
52-
rev: 22.3.0
52+
rev: 24.1.1
5353
hooks:
5454
- id: black
5555
args:

docs/source/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
https://www.sphinx-doc.org/en/master/usage/configuration.html
44
55
"""
6+
67
# pylint: skip-file
78
import os
89
from pathlib import Path

infrastructure/blueprints/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Blueprints."""
2+
23
from .admin_role import AdminRole
34
from .admin_user import AdminUser
45
from .cfngin_bucket import CfnginBucket

infrastructure/blueprints/admin_role.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Blueprint for an admin role."""
2+
23
from __future__ import annotations
34

45
from typing import TYPE_CHECKING, ClassVar, Dict, Optional

infrastructure/blueprints/admin_user.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Blueprint for an admin user."""
2+
23
from __future__ import annotations
34

45
from typing import TYPE_CHECKING, ClassVar, Dict, Optional

infrastructure/blueprints/cfngin_bucket.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Blueprint for a CFNgin Bucket."""
2+
23
from __future__ import annotations
34

45
from typing import TYPE_CHECKING, ClassVar, Dict

infrastructure/blueprints/test_runner_user.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Blueprint for a test runner user."""
2+
23
from __future__ import annotations
34

45
from typing import TYPE_CHECKING, ClassVar, Dict

poetry.lock

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

0 commit comments

Comments
 (0)