Skip to content

Commit

Permalink
Update yamllint & isort pre-commit hooks (#11252)
Browse files Browse the repository at this point in the history
yamllint: v1.24.2 -> v1.25.0
isort: 5.5.3 -> 5.5.4
(cherry picked from commit b7183de)
  • Loading branch information
kaxil authored and potiuk committed Oct 3, 2020
1 parent 21dbefd commit 6426e92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ repos:
- id: rst-backticks
- id: python-no-log-warn
- repo: https://github.com/adrienverge/yamllint
rev: v1.24.2
rev: v1.25.0
hooks:
- id: yamllint
name: Check yaml files with yamllint
Expand Down

0 comments on commit 6426e92

Please sign in to comment.