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/pre-commit-hooks: v3.2.0 → v4.3.0](pre-commit/pre-commit-hooks@v3.2.0...v4.3.0)
- [github.com/mgedmin/check-manifest: 0.46 → 0.48](mgedmin/check-manifest@0.46...0.48)
- [github.com/PyCQA/flake8: 3.8.4 → 5.0.3](PyCQA/flake8@3.8.4...5.0.3)
- [github.com/pre-commit/pygrep-hooks: v1.7.0 → v1.9.0](pre-commit/pygrep-hooks@v1.7.0...v1.9.0)
  • Loading branch information
pre-commit-ci[bot] authored and abhiabhi94 committed Aug 2, 2022
1 parent ed70cca commit db10732
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.2.0
rev: v4.3.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files
- id: debug-statements
- repo: https://github.com/mgedmin/check-manifest
rev: "0.46"
rev: "0.48"
hooks:
- id: check-manifest
args: [--no-build-isolation]
- repo: https://github.com/PyCQA/flake8
rev: 3.8.4
rev: 5.0.3
hooks:
- id: flake8
- repo: https://github.com/pre-commit/pygrep-hooks
rev: v1.7.0
rev: v1.9.0
hooks:
- id: rst-backticks

0 comments on commit db10732

Please sign in to comment.