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/pycqa/pylint: v3.1.1 → v3.3.1](pylint-dev/pylint@v3.1.1...v3.3.1)
- [github.com/igorshubovych/markdownlint-cli: v0.41.0 → v0.42.0](igorshubovych/markdownlint-cli@v0.41.0...v0.42.0)
  • Loading branch information
pre-commit-ci[bot] authored Sep 30, 2024
1 parent b3d1b16 commit e997938
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ repos:
- '<!--| ~| -->'

- repo: https://github.com/pycqa/pylint
rev: "v3.1.1"
rev: "v3.3.1"
hooks:
- id: pylint # Use pylintrc file in repository
name: Check for Linting errors on Python files
Expand All @@ -84,7 +84,7 @@ repos:
args: [-c=.github/yamllintrc]

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

0 comments on commit e997938

Please sign in to comment.