Skip to content
This repository has been archived by the owner on Dec 2, 2022. It is now read-only.

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#382)
Browse files Browse the repository at this point in the history
updates:
- [github.com/adrienverge/yamllint.git: v1.27.1 → v1.28.0](https://github.com/adrienverge/yamllint.git/compare/v1.27.1...v1.28.0)
- [github.com/pycqa/pylint: v2.15.0 → v2.15.2](pylint-dev/pylint@v2.15.0...v2.15.2)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Sep 12, 2022
1 parent dbc5dfe commit 74734ad
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 @@ -66,7 +66,7 @@ repos:
package-lock.json
)$
- repo: https://github.com/adrienverge/yamllint.git
rev: v1.27.1
rev: v1.28.0
hooks:
- id: yamllint
files: \.(yaml|yml)$
Expand All @@ -90,7 +90,7 @@ repos:
args: [--strict]
# additional_dependencies:
- repo: https://github.com/pycqa/pylint
rev: v2.15.0
rev: v2.15.2
hooks:
- id: pylint
# additional_dependencies:

0 comments on commit 74734ad

Please sign in to comment.