Skip to content

Commit f9a7edd

Browse files
[pre-commit.ci] pre-commit autoupdate (#144)
updates: - [github.com/adrienverge/yamllint.git: v1.29.0 → v1.30.0](https://github.com/adrienverge/yamllint.git/compare/v1.29.0...v1.30.0) - [github.com/pycqa/pylint: v2.17.0 → v2.17.1](pylint-dev/pylint@v2.17.0...v2.17.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 474dbaa commit f9a7edd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ repos:
4949
- flake8-docstrings>=1.5.0
5050
language_version: python3
5151
- repo: https://github.com/adrienverge/yamllint.git
52-
rev: v1.29.0
52+
rev: v1.30.0
5353
hooks:
5454
- id: yamllint
5555
files: \.(yaml|yml)$
@@ -72,7 +72,7 @@ repos:
7272
- subprocess-tee
7373
- typer>=0.7.0
7474
- repo: https://github.com/pycqa/pylint
75-
rev: v2.17.0
75+
rev: v2.17.1
7676
hooks:
7777
- id: pylint
7878
additional_dependencies:

0 commit comments

Comments
 (0)