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.4.0](pre-commit/pre-commit-hooks@v3.4.0...v4.4.0)
- [github.com/pre-commit/pygrep-hooks: v1.7.0 → v1.10.0](pre-commit/pygrep-hooks@v1.7.0...v1.10.0)
- https://github.com/myint/docformatterhttps://github.com/PyCQA/docformatter
- [github.com/PyCQA/docformatter: v1.4 → v1.7.1](PyCQA/docformatter@v1.4...v1.7.1)
- https://gitlab.com/pycqa/flake8https://github.com/PyCQA/flake8
- [github.com/PyCQA/flake8: 3.8.4 → 6.0.0](PyCQA/flake8@3.8.4...6.0.0)
- [github.com/asottile/blacken-docs: v1.9.2 → 1.13.0](adamchainz/blacken-docs@v1.9.2...1.13.0)
- [github.com/nbQA-dev/nbQA: 0.5.7 → 1.7.0](nbQA-dev/nbQA@0.5.7...1.7.0)
  • Loading branch information
pre-commit-ci[bot] authored May 23, 2023
1 parent 3909e3a commit 64354c4
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 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.4.0
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.10.0
hooks:
- id: python-no-eval # A quick check for the eval() built-in function.
- repo: https://github.com/myint/docformatter
rev: v1.4
- repo: https://github.com/PyCQA/docformatter
rev: v1.7.1
hooks:
- id: docformatter
args: [--in-place]
- repo: https://gitlab.com/pycqa/flake8
rev: 3.8.4
- repo: https://github.com/PyCQA/flake8
rev: 6.0.0
hooks:
- id: flake8
- repo: https://github.com/asottile/blacken-docs
rev: v1.9.2
rev: 1.13.0
hooks:
- id: blacken-docs
- repo: https://github.com/nbQA-dev/nbQA
rev: 0.5.7
rev: 1.7.0
hooks:
- id: nbqa-black
args: [--nbqa-mutate]
Expand Down

0 comments on commit 64354c4

Please sign in to comment.