Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- https://github.com/timothycrosley/isorthttps://github.com/PyCQA/isort
- [github.com/PyCQA/isort: 5.9.2 → 5.10.1](PyCQA/isort@5.9.2...5.10.1)
- https://github.com/python/blackhttps://github.com/psf/black
- [github.com/psf/black: 21.7b0 → 22.3.0](psf/black@21.7b0...22.3.0)
- [github.com/pre-commit/pre-commit-hooks: v4.0.1 → v4.2.0](pre-commit/pre-commit-hooks@v4.0.1...v4.2.0)
- https://gitlab.com/pycqa/flake8https://github.com/PyCQA/flake8
- [github.com/PyCQA/flake8: 3.9.2 → 4.0.1](PyCQA/flake8@3.9.2...4.0.1)
- [github.com/terrencepreilly/darglint: v1.8.0 → v1.8.1](terrencepreilly/darglint@v1.8.0...v1.8.1)
- [github.com/econchick/interrogate: 1.4.0 → 1.5.0](econchick/interrogate@1.4.0...1.5.0)
  • Loading branch information
pre-commit-ci[bot] authored Apr 11, 2022
1 parent ccc4745 commit 8f6d661
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
repos:
- repo: https://github.com/timothycrosley/isort
rev: 5.9.2
- repo: https://github.com/PyCQA/isort
rev: 5.10.1
hooks:
- id: isort
additional_dependencies: [toml]
- repo: https://github.com/python/black
rev: 21.7b0
- repo: https://github.com/psf/black
rev: 22.3.0
hooks:
- id: black
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
rev: v4.2.0
hooks:
- id: check-added-large-files
- id: check-case-conflict
Expand All @@ -27,8 +27,8 @@ repos:
- id: fix-encoding-pragma
args: ["--remove"]
- id: requirements-txt-fixer
- repo: https://gitlab.com/pycqa/flake8
rev: 3.9.2
- repo: https://github.com/PyCQA/flake8
rev: 4.0.1
hooks:
- id: flake8
- repo: https://github.com/pycqa/pydocstyle
Expand All @@ -38,14 +38,14 @@ repos:
exclude: test.*
additional_dependencies: [toml]
- repo: https://github.com/terrencepreilly/darglint
rev: v1.8.0
rev: v1.8.1
hooks:
- id: darglint
args:
- -v 2
- "--message-template={path}:{line} in `{obj}`:\n {msg_id}: {msg}"
- --strictness=short
- repo: https://github.com/econchick/interrogate
rev: 1.4.0 # or master if you're bold
rev: 1.5.0 # or master if you're bold
hooks:
- id: interrogate

0 comments on commit 8f6d661

Please sign in to comment.