Skip to content

Commit

Permalink
Dependabot comments
Browse files Browse the repository at this point in the history
  • Loading branch information
CoMPaTech committed Nov 7, 2023
1 parent b3aa416 commit cfa56ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

version: 2
updates:
- package-ecosystem: "github-actions" # See documentation for possible values
directory: "/" # Location of package manifests
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
9 changes: 0 additions & 9 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,6 @@ repos:
- --skip="./.*,*.csv,*.json"
- --quiet-level=2
exclude_types: [csv, json]
- repo: https://github.com/PyCQA/bandit
rev: 1.7.5
hooks:
- id: bandit
name: "Linting with bandit"
args:
- --quiet
- --format=custom
files: ^(custom_components|tests)/.+\.py$
- repo: https://github.com/adrienverge/yamllint.git
rev: v1.32.0
hooks:
Expand Down

0 comments on commit cfa56ed

Please sign in to comment.