Skip to content

Commit

Permalink
Merge b3bb15b into 8b2dc3c
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 18, 2021
2 parents 8b2dc3c + b3bb15b commit 2fcf5c7
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
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
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
@@ -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
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
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 2fcf5c7

Please sign in to comment.