From 9b40d3f7adb19bf1a72388ba0e1ae12b465b3157 Mon Sep 17 00:00:00 2001 From: Thomas Schmelzer Date: Sat, 25 Jan 2025 23:13:36 +0400 Subject: [PATCH] fmt --- template/.pre-commit-config.yaml | 12 ++++++------ template/book/marimo/__init__.py | 13 ------------- template/book/marimo/demo.py | 26 -------------------------- 3 files changed, 6 insertions(+), 45 deletions(-) diff --git a/template/.pre-commit-config.yaml b/template/.pre-commit-config.yaml index 9f98df6..8d5b685 100644 --- a/template/.pre-commit-config.yaml +++ b/template/.pre-commit-config.yaml @@ -51,9 +51,9 @@ repos: - id: typos exclude: ^\.gitignore$ - - repo: https://github.com/PyCQA/bandit - rev: 1.8.2 - hooks: - - id: bandit - args: ["-c", "pyproject.toml"] - additional_dependencies: ["bandit[toml]"] + #- repo: https://github.com/PyCQA/bandit + # rev: 1.8.2 + # hooks: + # - id: bandit + # args: ["-c", "pyproject.toml"] + # additional_dependencies: ["bandit[toml]"] diff --git a/template/book/marimo/__init__.py b/template/book/marimo/__init__.py index 7c67f96..e69de29 100644 --- a/template/book/marimo/__init__.py +++ b/template/book/marimo/__init__.py @@ -1,13 +0,0 @@ -# Copyright 2025 Stanford University Convex Optimization Group -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. diff --git a/template/book/marimo/demo.py b/template/book/marimo/demo.py index 94ef15e..0b2ad5f 100644 --- a/template/book/marimo/demo.py +++ b/template/book/marimo/demo.py @@ -1,29 +1,3 @@ -# Copyright 2025 Stanford University Convex Optimization Group -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# Copyright 2023 Stanford University Convex Optimization Group -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. import marimo __generated_with = "0.10.10"