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.4.0 → v4.0.1](pre-commit/pre-commit-hooks@v3.4.0...v4.0.1)
- [github.com/pre-commit/pygrep-hooks: v1.7.0 → v1.9.0](pre-commit/pygrep-hooks@v1.7.0...v1.9.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 → 1.1.0](nbQA-dev/nbQA@0.5.7...1.1.0)
  • Loading branch information
pre-commit-ci[bot] authored Aug 2, 2021
1 parent 3909e3a commit 244e693
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.4.0
rev: v4.0.1
hooks:
- id: trailing-whitespace # This hook trims trailing whitespace.
- id: check-docstring-first # Checks a common error of defining a docstring after code.
Expand All @@ -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.9.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: 1.1.0
hooks:
- id: nbqa-black
args: [--nbqa-mutate]
Expand Down

0 comments on commit 244e693

Please sign in to comment.