From 4ec24a919a0bc9805cda1081bc18a218dda6e167 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Sat, 7 May 2022 16:27:31 +0200 Subject: [PATCH] Remove execute bit from .css and .html files (#274) * Remove execute bit from .css and .html files * pyscriptjs/examples/toga/static/pyscript: Broken symlink --- .pre-commit-config.yaml | 1 + pyscriptjs/examples/webgl/raycaster/index.html | 0 pyscriptjs/examples/webgl/raycaster/style.css | 0 3 files changed, 1 insertion(+) mode change 100755 => 100644 pyscriptjs/examples/webgl/raycaster/index.html mode change 100755 => 100644 pyscriptjs/examples/webgl/raycaster/style.css diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d9a23f34..aa5ad405 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,6 +9,7 @@ repos: - id: check-builtin-literals - id: check-case-conflict - id: check-docstring-first + - id: check-executables-have-shebangs - id: check-json exclude: tsconfig.json - id: check-toml diff --git a/pyscriptjs/examples/webgl/raycaster/index.html b/pyscriptjs/examples/webgl/raycaster/index.html old mode 100755 new mode 100644 diff --git a/pyscriptjs/examples/webgl/raycaster/style.css b/pyscriptjs/examples/webgl/raycaster/style.css old mode 100755 new mode 100644