From 390d23eb854527b2c13b145cf27e448021b55967 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A1s=20Schmelczer?= Date: Wed, 6 Apr 2022 17:18:30 +0200 Subject: [PATCH] Move files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: AndrĂ¡s Schmelczer --- check-python.sh => scripts/check-python.sh | 0 format-python.sh => scripts/format-python.sh | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename check-python.sh => scripts/check-python.sh (100%) rename format-python.sh => scripts/format-python.sh (100%) diff --git a/check-python.sh b/scripts/check-python.sh similarity index 100% rename from check-python.sh rename to scripts/check-python.sh diff --git a/format-python.sh b/scripts/format-python.sh similarity index 100% rename from format-python.sh rename to scripts/format-python.sh