Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#144)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
pre-commit-ci[bot] authored Apr 3, 2023
1 parent 474dbaa commit f9a7edd
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 @@ -49,7 +49,7 @@ repos:
- flake8-docstrings>=1.5.0
language_version: python3
- repo: https://github.com/adrienverge/yamllint.git
rev: v1.29.0
rev: v1.30.0
hooks:
- id: yamllint
files: \.(yaml|yml)$
Expand All @@ -72,7 +72,7 @@ repos:
- subprocess-tee
- typer>=0.7.0
- repo: https://github.com/pycqa/pylint
rev: v2.17.0
rev: v2.17.1
hooks:
- id: pylint
additional_dependencies:
Expand Down

0 comments on commit f9a7edd

Please sign in to comment.