Skip to content

Commit 309cab4

Browse files
[pre-commit.ci] pre-commit autoupdate (RedHatQE#1510)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/psf/black: 23.9.1 → 23.10.0](psf/black@23.9.1...23.10.0) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 1de66fa commit 309cab4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ repos:
2222
- id: isort
2323

2424
- repo: https://github.com/psf/black
25-
rev: "23.9.1"
25+
rev: "23.10.0"
2626
hooks:
2727
- id: black
2828
args: [--preview]

examples/special_cases.py

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
Some resources have the same `kind` but different API groups.
33
For example: `Network` which exists in both operator.openshift.io and config.openshift.io API groups
44
"""
5+
56
from ocp_resources.network import Network
67

78
# To get the Network resource which uses the default API in the class ("config.openshift.io")

0 commit comments

Comments
 (0)