From 85e446c934e1757121a9b161e78c74f451a56c30 Mon Sep 17 00:00:00 2001 From: Laurent Fainsin Date: Sat, 1 Apr 2023 19:31:04 +0200 Subject: [PATCH] style: autoformatting --- .vscode/launch.json | 70 +++++++++++++++++++++---------------------- .vscode/settings.json | 52 ++++++++++++++++---------------- 2 files changed, 61 insertions(+), 61 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 42efa5b..cf9abdc 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -1,36 +1,36 @@ { - // Use IntelliSense to learn about possible attributes. - // Hover to view descriptions of existing attributes. - // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 - "version": "0.2.0", - "configurations": [ - { - "name": "Python: Current File", - "type": "python", - "request": "launch", - "program": "${workspaceFolder}/src/main.py", - // "program": "${workspaceFolder}/src/spheres.py", - // "program": "${workspaceFolder}/src/datamodule.py", - "args": [ - // "fit", - "predict", - // "--ckpt_path", - // "${workspaceFolder}/lightning_logs/version_264/checkpoints/epoch=9-st&ep=1000.ckpt", - "--data.num_workers", - "0", - "--trainer.benchmark", - "false", - "--trainer.num_sanity_val_steps", - "0", - "--data.persistent_workers", - "false", - "--data.batch_size", - "1", - "--trainer.val_check_interval", - "1" - ], - "console": "integratedTerminal", - "justMyCode": false - } - ] -} \ No newline at end of file + // Use IntelliSense to learn about possible attributes. + // Hover to view descriptions of existing attributes. + // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 + "version": "0.2.0", + "configurations": [ + { + "name": "Python: Current File", + "type": "python", + "request": "launch", + "program": "${workspaceFolder}/src/main.py", + // "program": "${workspaceFolder}/src/spheres.py", + // "program": "${workspaceFolder}/src/datamodule.py", + "args": [ + // "fit", + "predict", + // "--ckpt_path", + // "${workspaceFolder}/lightning_logs/version_264/checkpoints/epoch=9-st&ep=1000.ckpt", + "--data.num_workers", + "0", + "--trainer.benchmark", + "false", + "--trainer.num_sanity_val_steps", + "0", + "--data.persistent_workers", + "false", + "--data.batch_size", + "1", + "--trainer.val_check_interval", + "1" + ], + "console": "integratedTerminal", + "justMyCode": false + } + ] +} diff --git a/.vscode/settings.json b/.vscode/settings.json index f3026ee..46b1e7d 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,27 +1,27 @@ { - // "python.defaultInterpreterPath": ".venv/bin/python", - "python.analysis.typeCheckingMode": "off", - "python.formatting.provider": "black", - "editor.formatOnSave": true, - "python.linting.enabled": true, - "python.linting.lintOnSave": true, - "python.linting.flake8Enabled": true, - "python.linting.mypyEnabled": true, - "python.linting.banditEnabled": true, - "python.languageServer": "Pylance", - "[python]": { - "editor.codeActionsOnSave": { - "source.organizeImports": true - } - }, - "files.exclude": { - "**/.git": true, - "**/.svn": true, - "**/.hg": true, - "**/CVS": true, - "**/.DS_Store": true, - "**/Thumbs.db": true, - "**/__pycache__": true, - "**/.mypy_cache": true, - }, -} \ No newline at end of file + // "python.defaultInterpreterPath": ".venv/bin/python", + "python.analysis.typeCheckingMode": "off", + "python.formatting.provider": "black", + "editor.formatOnSave": true, + "python.linting.enabled": true, + "python.linting.lintOnSave": true, + "python.linting.flake8Enabled": true, + "python.linting.mypyEnabled": true, + "python.linting.banditEnabled": true, + "python.languageServer": "Pylance", + "[python]": { + "editor.codeActionsOnSave": { + "source.organizeImports": true + } + }, + "files.exclude": { + "**/.git": true, + "**/.svn": true, + "**/.hg": true, + "**/CVS": true, + "**/.DS_Store": true, + "**/Thumbs.db": true, + "**/__pycache__": true, + "**/.mypy_cache": true, + }, +}