From a950fa37279a986dbbe9c20e75daf42c5517fcb8 Mon Sep 17 00:00:00 2001 From: Vatsal Gupta <40350810+gvatsal60@users.noreply.github.com> Date: Wed, 3 Jul 2024 07:42:38 +0000 Subject: [PATCH] Update files --- .github/FUNDING.yml | 2 +- .github/dependabot.yml | 10 +++++----- .github/workflows/readme-checker.yml | 1 + .markdownlint.yaml | 1 + .pre-commit-config.yaml | 29 ++++++++++++++-------------- 5 files changed, 22 insertions(+), 21 deletions(-) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index ec71a56..364355a 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,5 +1,5 @@ # These are supported funding model platforms - +--- github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] patreon: # Replace with a single Patreon username open_collective: # Replace with a single Open Collective username diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f33a02c..7cbc379 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,10 +3,10 @@ # Please see the documentation for more information: # https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates # https://containers.dev/guide/dependabot - +--- version: 2 updates: - - package-ecosystem: "devcontainers" - directory: "/" - schedule: - interval: weekly + - package-ecosystem: "devcontainers" + directory: "/" + schedule: + interval: weekly diff --git a/.github/workflows/readme-checker.yml b/.github/workflows/readme-checker.yml index b2f7d31..dd3cdeb 100644 --- a/.github/workflows/readme-checker.yml +++ b/.github/workflows/readme-checker.yml @@ -1,3 +1,4 @@ +--- name: markdown-lint on: diff --git a/.markdownlint.yaml b/.markdownlint.yaml index 77abf70..367094b 100644 --- a/.markdownlint.yaml +++ b/.markdownlint.yaml @@ -1,2 +1,3 @@ +--- MD013: line_length: 200 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2a038a7..4baced1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,8 @@ +--- repos: # Built-in hook - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: "" hooks: - id: check-added-large-files - id: check-ast @@ -20,7 +21,7 @@ repos: # ShellCheck hook for linting shell scripts - repo: https://github.com/shellcheck-py/shellcheck-py - rev: v0.10.0.1 + rev: "" hooks: - id: shellcheck name: shellcheck @@ -28,40 +29,38 @@ repos: # Bashate hook for linting shell scripts - repo: https://github.com/openstack/bashate - rev: 2.1.1 + rev: "" hooks: - id: bashate name: bashate description: This hook runs bashate for linting shell scripts - entry: bashate # Specify the entry point for the hook - language: python # Language used to run the hook - types: [shell] # Types of files this hook applies to + entry: bashate + language: python + types: [shell] - repo: https://github.com/biomejs/pre-commit - rev: '' + rev: "" hooks: - id: biome-check - additional_dependencies: ['@biomejs/biome@1.4.1'] + additional_dependencies: ["@biomejs/biome@1.4.1"] - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.28.6 + rev: "" hooks: - id: check-github-workflows - args: ['--verbose'] + args: ["--verbose"] - repo: https://github.com/rhysd/actionlint - rev: '' + rev: "" hooks: - id: actionlint - - id: actionlint-docker - - id: actionlint-system - repo: https://github.com/google/yamlfmt - rev: '' + rev: "" hooks: - id: yamlfmt - repo: https://github.com/adrienverge/yamllint - rev: '' + rev: "" hooks: - id: yamllint