Skip to content

Commit 0c3e089

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.6.0...v6.0.0) - [github.com/pycqa/pylint: v3.1.1 → v4.0.4](pylint-dev/pylint@v3.1.1...v4.0.4) - [github.com/adrienverge/yamllint.git: v1.35.1 → v1.37.1](https://github.com/adrienverge/yamllint.git/compare/v1.35.1...v1.37.1) - [github.com/igorshubovych/markdownlint-cli: v0.41.0 → v0.46.0](igorshubovych/markdownlint-cli@v0.41.0...v0.46.0)
1 parent 6bd1907 commit 0c3e089

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# See https://pre-commit.com/hooks.html for more hooks
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.6.0
5+
rev: v6.0.0
66
hooks:
77
- id: trailing-whitespace
88
- id: end-of-file-fixer
@@ -62,7 +62,7 @@ repos:
6262
- '<!--| ~| -->'
6363

6464
- repo: https://github.com/pycqa/pylint
65-
rev: "v3.1.1"
65+
rev: "v4.0.4"
6666
hooks:
6767
- id: pylint # Use pylintrc file in repository
6868
name: Check for Linting errors on Python files
@@ -73,7 +73,7 @@ repos:
7373
- -d duplicate-code
7474

7575
- repo: https://github.com/adrienverge/yamllint.git
76-
rev: 'v1.35.1'
76+
rev: 'v1.37.1'
7777
hooks:
7878
- id: yamllint
7979
name: Check for Linting error on YAML files
@@ -84,7 +84,7 @@ repos:
8484
args: [-c=.github/yamllintrc]
8585

8686
- repo: https://github.com/igorshubovych/markdownlint-cli
87-
rev: v0.41.0
87+
rev: v0.46.0
8888
hooks:
8989
- id: markdownlint
9090
args:

0 commit comments

Comments
 (0)