Skip to content

Commit

Permalink
cherry-picked node exporter 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
rujhan-arora-astronomer committed Jan 19, 2024
1 parent 47c3185 commit f44cdd2
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
exclude: '(venv|\.vscode|tests/k8s_schema)' # regex
repos:
# - repo: local
# hooks:
# - id: circle-config-yaml
# name: Checks for consistency between config.yml and config.yml.j2
# language: python
# files: "config.yml$|config.yml.j2|generate_circleci_config.py$|values.yaml$"
# entry: .circleci/generate_circleci_config.py
# additional_dependencies: ["jinja2", "PyYAML"]
- repo: local
hooks:
- id: circle-config-yaml
name: Checks for consistency between config.yml and config.yml.j2
language: python
files: "config.yml$|config.yml.j2|generate_circleci_config.py$|values.yaml$"
entry: .circleci/generate_circleci_config.py
additional_dependencies: ["jinja2", "PyYAML"]
- repo: https://github.com/codespell-project/codespell
rev: v2.2.6
hooks:
Expand Down Expand Up @@ -56,7 +56,7 @@ repos:
"requirements/functional-tests.txt",
]
- id: sort-simple-yaml
# - id: trailing-whitespace
- id: trailing-whitespace
- repo: https://github.com/shellcheck-py/shellcheck-py
rev: v0.9.0.6
hooks:
Expand Down

0 comments on commit f44cdd2

Please sign in to comment.