Skip to content

Commit

Permalink
Merge pull request #698 from jupyterhub/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
consideRatio committed Feb 7, 2023
2 parents 21642eb + 582046d commit cd4c08d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ repos:

# Autoformat: Python code
- repo: https://github.com/pycqa/isort
rev: 5.11.4
rev: 5.12.0
hooks:
- id: isort

# Autoformat: Python code
- repo: https://github.com/psf/black
rev: 22.12.0
rev: 23.1.0
hooks:
- id: black

Expand Down
1 change: 0 additions & 1 deletion kubespawner/spawner.py
Original file line number Diff line number Diff line change
Expand Up @@ -2876,7 +2876,6 @@ async def _make_delete_pvc_request(self, pvc_name, request_timeout):

@_await_pod_reflector
async def stop(self, now=False):

delete_options = client.V1DeleteOptions()

if now:
Expand Down
1 change: 0 additions & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,6 @@ async def watch_kubernetes(kube_client, kube_ns):
func=kube_client.list_namespaced_event,
namespace=kube_ns,
):

resource = event['object']
obj = resource.involved_object
print(
Expand Down

0 comments on commit cd4c08d

Please sign in to comment.