Skip to content

Commit

Permalink
chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.1…
Browse files Browse the repository at this point in the history
….4 (#1571)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jonas Maison <[email protected]>
  • Loading branch information
renovate[bot] and Jonas1312 authored Nov 6, 2023
1 parent 6c72777 commit 2fe36db
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ repos:
pass_filenames: true

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.3
rev: v0.1.4
hooks:
- id: ruff
types_or: [python, pyi, jupyter]
Expand Down
1 change: 0 additions & 1 deletion docs/sdk/tutorials/medical_imaging.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ import pickle
from functools import reduce
from pathlib import Path

import matplotlib.colors as mcolors
import matplotlib.patches as mpatches
import matplotlib.pyplot as plt
import numpy as np
Expand Down
4 changes: 2 additions & 2 deletions docs/sdk/tutorials/vertex_ai_automl_od.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ location = "[GCP PROJECT LOCATION]"
bucket_name = "[GCS BUCKET NAME]"
dataset_name = "blood_cell" # name of the dataset you will create in Vertex AI
bucket_dataset_dir = (
f"experiments/{dataset_name}"
) # name of the folder in yout bucket where files will be stored.
f"experiments/{dataset_name}" # name of the folder in yout bucket where files will be stored.
)

aiplatform.init(project=project_name, location=location)
```
Expand Down
1 change: 0 additions & 1 deletion recipes/medical_imaging.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
"from functools import reduce\n",
"from pathlib import Path\n",
"\n",
"import matplotlib.colors as mcolors\n",
"import matplotlib.patches as mpatches\n",
"import matplotlib.pyplot as plt\n",
"import numpy as np\n",
Expand Down
4 changes: 2 additions & 2 deletions recipes/vertex_ai_automl_od.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@
"bucket_name = \"[GCS BUCKET NAME]\"\n",
"dataset_name = \"blood_cell\" # name of the dataset you will create in Vertex AI\n",
"bucket_dataset_dir = (\n",
" f\"experiments/{dataset_name}\"\n",
") # name of the folder in yout bucket where files will be stored.\n",
" f\"experiments/{dataset_name}\" # name of the folder in yout bucket where files will be stored.\n",
")\n",
"\n",
"aiplatform.init(project=project_name, location=location)"
]
Expand Down

0 comments on commit 2fe36db

Please sign in to comment.