Skip to content

Commit

Permalink
chore(deps): update precommit hook pre-commit/pre-commit-hooks to v4.…
Browse files Browse the repository at this point in the history
…0.1 (#373)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Augusto W. Andreoli <andreoliwa@gmail.com>
  • Loading branch information
3 people committed May 18, 2021
1 parent 8b2dc3c commit ccf0d45
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ repos:
types: [python, toml]
stages: [commit]
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.0
rev: v4.0.1
hooks:
- id: debug-statements
- id: end-of-file-fixer
Expand Down
4 changes: 2 additions & 2 deletions docs/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ Contents of `styles/pre-commit/general.toml <https://github.com/andreoliwa/nitpi
[[".pre-commit-config.yaml".repos]]
yaml = """
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.0
rev: v4.0.1
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace
Expand Down Expand Up @@ -347,7 +347,7 @@ Contents of `styles/pre-commit/python.toml <https://github.com/andreoliwa/nitpic
- id: python-no-log-warn
- id: rst-backticks
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.0
rev: v4.0.1
hooks:
- id: debug-statements
- repo: https://github.com/asottile/pyupgrade
Expand Down
2 changes: 1 addition & 1 deletion styles/pre-commit/general.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[[".pre-commit-config.yaml".repos]]
yaml = """
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.0
rev: v4.0.1
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace
Expand Down
2 changes: 1 addition & 1 deletion styles/pre-commit/python.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ yaml = """
- id: python-no-log-warn
- id: rst-backticks
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.0
rev: v4.0.1
hooks:
- id: debug-statements
- repo: https://github.com/asottile/pyupgrade
Expand Down
2 changes: 1 addition & 1 deletion tests/test_pre_commit.py
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ def test_missing_different_values(tmp_path):
- id: python-no-log-warn
- id: rst-backticks
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.0
rev: v4.0.1
hooks:
- id: debug-statements
- repo: https://github.com/asottile/pyupgrade
Expand Down

0 comments on commit ccf0d45

Please sign in to comment.