Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jul 3, 2024
1 parent 7b5e9cf commit 05392c4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 14 deletions.
8 changes: 4 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

version: 2
updates:
- package-ecosystem: "devcontainers"
directory: "/"
schedule:
interval: weekly
- package-ecosystem: "devcontainers"
directory: "/"
schedule:
interval: weekly
3 changes: 0 additions & 3 deletions .github/workflows/readme-checker.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
name: markdown-lint

on:
push:
pull_request:

jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4

- name: Markdown Lint
uses: DavidAnson/markdownlint-cli2-action@v16
with:
Expand Down
7 changes: 0 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,13 @@ repos:
- id: pretty-format-json
- id: requirements-txt-fixer
- id: trailing-whitespace

# ShellCheck hook for linting shell scripts
- repo: https://github.com/shellcheck-py/shellcheck-py
rev: v0.10.0.1
hooks:
- id: shellcheck
name: shellcheck
description: This hook runs shellcheck for linting shell scripts

# Bashate hook for linting shell scripts
- repo: https://github.com/openstack/bashate
rev: 2.1.1
Expand All @@ -36,31 +34,26 @@ repos:
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

- repo: https://github.com/biomejs/pre-commit
rev: ''
hooks:
- id: biome-check
additional_dependencies: ['@biomejs/[email protected]']

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.28.6
hooks:
- id: check-github-workflows
args: ['--verbose']

- repo: https://github.com/rhysd/actionlint
rev: ''
hooks:
- id: actionlint
- id: actionlint-docker
- id: actionlint-system

- repo: https://github.com/google/yamlfmt
rev: ''
hooks:
- id: yamlfmt

- repo: https://github.com/adrienverge/yamllint
rev: ''
hooks:
Expand Down

0 comments on commit 05392c4

Please sign in to comment.