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.7.0 → v1.8.0](pre-commit/pygrep-hooks@v1.7.0...v1.8.0)
- https://gitlab.com/pycqa/flake8https://github.com/PyCQA/flake8
- [github.com/PyCQA/flake8: 3.8.4 → 3.9.2](PyCQA/flake8@3.8.4...3.9.2)
- [github.com/asottile/blacken-docs: v1.9.2 → v1.10.0](adamchainz/blacken-docs@v1.9.2...v1.10.0)
- [github.com/nbQA-dev/nbQA: 0.5.7 → 0.8.0](nbQA-dev/nbQA@0.5.7...0.8.0)
  • Loading branch information
pre-commit-ci[bot] authored May 10, 2021
1 parent 3909e3a commit 6749d07
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 @@ -13,24 +13,24 @@ repos:
- id: no-commit-to-branch
args: ['--branch', 'main']
- repo: https://github.com/pre-commit/pygrep-hooks
rev: v1.7.0
rev: v1.8.0
hooks:
- id: python-no-eval # A quick check for the eval() built-in function.
- repo: https://github.com/myint/docformatter
rev: v1.4
hooks:
- id: docformatter
args: [--in-place]
- repo: https://gitlab.com/pycqa/flake8
rev: 3.8.4
- repo: https://github.com/PyCQA/flake8
rev: 3.9.2
hooks:
- id: flake8
- repo: https://github.com/asottile/blacken-docs
rev: v1.9.2
rev: v1.10.0
hooks:
- id: blacken-docs
- repo: https://github.com/nbQA-dev/nbQA
rev: 0.5.7
rev: 0.8.0
hooks:
- id: nbqa-black
args: [--nbqa-mutate]
Expand Down

0 comments on commit 6749d07

Please sign in to comment.