diff --git a/.gitignore b/.gitignore index 48e950d..7455881 100644 --- a/.gitignore +++ b/.gitignore @@ -12,4 +12,4 @@ bundles *.DS_Store .eggs dist -**/*.egg-info \ No newline at end of file +**/*.egg-info diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 42c3715..6cd77e3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,3 +11,9 @@ repos: rev: latest hooks: - id: reuse +- repo: https://github.com/pre-commit/pre-commit-hooks + rev: v2.3.0 + hooks: + - id: check-yaml + - id: end-of-file-fixer + - id: trailing-whitespace diff --git a/examples/server/static/index.html b/examples/server/static/index.html index f74f2d2..df08ec7 100755 --- a/examples/server/static/index.html +++ b/examples/server/static/index.html @@ -13,4 +13,4 @@