changeset 83:7f50e5bb30f5

ide
author drewp@bigasterisk.com
date Sat, 07 Sep 2024 16:12:15 -0700
parents 0f0b15d8062c
children 5f7ae444ecae
files .vscode/settings.json skaffold.yaml
diffstat 2 files changed, 1 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/.vscode/settings.json	Fri Sep 06 18:28:06 2024 -0700
+++ b/.vscode/settings.json	Sat Sep 07 16:12:15 2024 -0700
@@ -1,7 +1,4 @@
 {
-  "python.linting.pylintEnabled": false,
-  "python.linting.flake8Enabled": true,
-  "python.linting.enabled": true,
   "python.formatting.provider": "yapf",
 
   "python.autoComplete.extraPaths": ["/home/drewp/.local/share/pdm/venvs/gcalendarwatch-Jc0qcF2s-3.11/lib/python3.11/site-packages"],
--- a/skaffold.yaml	Fri Sep 06 18:28:06 2024 -0700
+++ b/skaffold.yaml	Sat Sep 07 16:12:15 2024 -0700
@@ -9,6 +9,7 @@
       sync:
         infer:
           - index.html
+          - "*.py"
     - image: reg:5000/gcalendarwatch_calsync_image
       context: calsync
       platforms: [amd64]