Skip to content

Commit

Permalink
pre-commit autoupdate (pyg-team#4318)
Browse files Browse the repository at this point in the history
* update

* update
  • Loading branch information
rusty1s authored Mar 22, 2022
1 parent 6eff7f2 commit a403025
Show file tree
Hide file tree
Showing 2 changed files with 3 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 @@ -12,7 +12,7 @@ repos:
)$
- repo: https://github.com/adrienverge/yamllint.git
rev: v1.17.0
rev: v1.26.3
hooks:
- id: yamllint
args: [-c=.yamllint.yml]
Expand All @@ -25,7 +25,7 @@ repos:
args: [--min=10, .]

- repo: https://github.com/pre-commit/mirrors-yapf
rev: v0.31.0
rev: v0.32.0
hooks:
- id: yapf
name: Format code
Expand Down
1 change: 1 addition & 0 deletions .style.yapf
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[style]
based_on_style=pep8
split_before_named_assigns=False
blank_line_before_nested_class_or_def=False

0 comments on commit a403025

Please sign in to comment.