Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v2.4.0 → v4.6.0](pre-commit/pre-commit-hooks@v2.4.0...v4.6.0)
- [github.com/Lucas-C/pre-commit-hooks: v1.5.4 → v1.5.5](Lucas-C/pre-commit-hooks@v1.5.4...v1.5.5)
- [github.com/pycqa/pylint: v2.16.1 → v3.2.5](pylint-dev/pylint@v2.16.1...v3.2.5)
- [github.com/adrienverge/yamllint.git: v1.23.0 → v1.35.1](https://github.com/adrienverge/yamllint.git/compare/v1.23.0...v1.35.1)
- [github.com/ansible/ansible-lint.git: v4.2.0 → v24.6.1](https://github.com/ansible/ansible-lint.git/compare/v4.2.0...v24.6.1)
- [github.com/igorshubovych/markdownlint-cli: v0.32.1 → v0.41.0](igorshubovych/markdownlint-cli@v0.32.1...v0.41.0)
  • Loading branch information
pre-commit-ci[bot] authored Jul 8, 2024
1 parent 204509b commit bf3898a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.4.0
rev: v4.6.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-added-large-files
- id: check-merge-conflict
- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.5.4
rev: v1.5.5
hooks:
- name: Check and insert license on Python files
id: insert-license
Expand Down Expand Up @@ -62,7 +62,7 @@ repos:
- '<!--| ~| -->'

- repo: https://github.com/pycqa/pylint
rev: "v2.16.1"
rev: "v3.2.5"
hooks:
- id: pylint # Use pylintrc file in repository
name: Check for Linting errors on Python files
Expand All @@ -73,7 +73,7 @@ repos:
- -d duplicate-code

- repo: https://github.com/adrienverge/yamllint.git
rev: 'v1.23.0'
rev: 'v1.35.1'
hooks:
- id: yamllint
name: Check for Linting error on YAML files
Expand All @@ -84,15 +84,15 @@ repos:
args: [-c=.github/yamllintrc]

- repo: https://github.com/ansible/ansible-lint.git
rev: v4.2.0
rev: v24.6.1
hooks:
- id: ansible-lint
name: Check for ansible-lint errors
files: \.(yaml|yml)$
exclude: ansible_collections/arista/cvp/docs

- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.32.1
rev: v0.41.0
hooks:
- id: markdownlint
args:
Expand Down

0 comments on commit bf3898a

Please sign in to comment.