Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#1510)
Browse files Browse the repository at this point in the history
* [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>
  • Loading branch information
pre-commit-ci[bot] authored Oct 24, 2023
1 parent 1de66fa commit 309cab4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ repos:
- id: isort

- repo: https://github.com/psf/black
rev: "23.9.1"
rev: "23.10.0"
hooks:
- id: black
args: [--preview]
Expand Down
1 change: 1 addition & 0 deletions examples/special_cases.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
Some resources have the same `kind` but different API groups.
For example: `Network` which exists in both operator.openshift.io and config.openshift.io API groups
"""

from ocp_resources.network import Network

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

0 comments on commit 309cab4

Please sign in to comment.