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/asottile/reorder_python_imports: v1.8.0 → v2.6.0](asottile/reorder-python-imports@v1.8.0...v2.6.0)
- [github.com/pre-commit/pre-commit-hooks: v2.4.0 → v4.0.1](pre-commit/pre-commit-hooks@v2.4.0...v4.0.1)
- [github.com/asottile/pyupgrade: v1.25.1 → v2.29.1](asottile/pyupgrade@v1.25.1...v2.29.1)
- [github.com/asottile/blacken-docs: v1.3.0 → v1.12.0](adamchainz/blacken-docs@v1.3.0...v1.12.0)
- [github.com/psf/black: 19.10b0 → 21.12b0](psf/black@19.10b0...21.12b0)
- [github.com/PyCQA/doc8: 0.8.1rc2 → 0.10.1](PyCQA/doc8@0.8.1rc2...0.10.1)
- https://gitlab.com/pycqa/flake8https://github.com/PyCQA/flake8
- [github.com/PyCQA/flake8: 3.7.9 → 4.0.1](PyCQA/flake8@3.7.9...4.0.1)
  • Loading branch information
pre-commit-ci[bot] committed Dec 6, 2021
1 parent b89d171 commit d5f198b
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
Expand Up @@ -2,12 +2,12 @@
exclude: ^\.
repos:
- repo: https://github.com/asottile/reorder_python_imports
rev: v1.8.0
rev: v2.6.0
hooks:
- id: reorder-python-imports
files: '(\.pyi?|wscript)$'
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.4.0
rev: v4.0.1
hooks:
- id: check-yaml
exclude: 'meta\.yaml'
Expand All @@ -21,32 +21,32 @@ repos:
args: [--autofix, --no-sort-keys]
- id: trailing-whitespace
- repo: https://github.com/asottile/pyupgrade
rev: v1.25.1
rev: v2.29.1
hooks:
- id: pyupgrade
args: [
--py36-plus
]
- repo: https://github.com/asottile/blacken-docs
rev: v1.3.0
rev: v1.12.0
hooks:
- id: blacken-docs
additional_dependencies: [black==19.3b0]
files: '(\.md|\.rst)$'
- repo: https://github.com/psf/black
rev: 19.10b0
rev: 21.12b0
hooks:
- id: black
files: '(\.pyi?|wscript)$'
language_version: python3.7
- repo: https://github.com/PyCQA/doc8
rev: 0.8.1rc2
rev: 0.10.1
hooks:
- id: doc8
args: ["--max-line-length=88",
"--ignore=D002,D004"]
- repo: https://gitlab.com/pycqa/flake8
rev: 3.7.9
- repo: https://github.com/PyCQA/flake8
rev: 4.0.1
hooks:
- id: flake8
files: '(\.py|wscript)$'
Expand Down

0 comments on commit d5f198b

Please sign in to comment.