Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pygrep-hooks: v1.9.0 → v1.10.0](pre-commit/pygrep-hooks@v1.9.0...v1.10.0)
- [github.com/asottile/blacken-docs: v1.12.1 → 1.13.0](adamchainz/blacken-docs@v1.12.1...1.13.0)
- [github.com/PyCQA/flake8: 5.0.4 → 6.0.0](PyCQA/flake8@5.0.4...6.0.0)
- [github.com/PyCQA/doc8: v1.0.0 → v1.1.1](PyCQA/doc8@v1.0.0...v1.1.1)
- [github.com/PyCQA/doc8: v1.0.0 → v1.1.1](PyCQA/doc8@v1.0.0...v1.1.1)
  • Loading branch information
pre-commit-ci[bot] authored Jan 16, 2023
1 parent 5f3fdab commit 4cddee9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ repos:
args: [--branch, main]
- id: trailing-whitespace
- repo: https://github.com/pre-commit/pygrep-hooks
rev: v1.9.0
rev: v1.10.0
hooks:
- id: python-check-blanket-noqa
- id: python-check-mock-methods
Expand All @@ -39,7 +39,7 @@ repos:
- id: rst-inline-touching-normal
- id: text-unicode-replacement-char
- repo: https://github.com/asottile/blacken-docs
rev: v1.12.1
rev: 1.13.0
hooks:
- id: blacken-docs
additional_dependencies: [black==22.3.0]
Expand All @@ -50,7 +50,7 @@ repos:
- id: black
language_version: python3.10
- repo: https://github.com/PyCQA/flake8
rev: 5.0.4
rev: 6.0.0
hooks:
- id: flake8
types: [python]
Expand All @@ -71,7 +71,7 @@ repos:
Pygments,
]
- repo: https://github.com/PyCQA/doc8
rev: v1.0.0
rev: v1.1.1
hooks:
- id: doc8
- repo: meta
Expand All @@ -84,7 +84,7 @@ repos:
hooks:
- id: check-manifest
- repo: https://github.com/PyCQA/doc8
rev: v1.0.0
rev: v1.1.1
hooks:
- id: doc8
- repo: https://github.com/asottile/setup-cfg-fmt
Expand Down

0 comments on commit 4cddee9

Please sign in to comment.