Skip to content
This repository has been archived by the owner on Nov 17, 2022. It is now read-only.

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: v4.0.1 → v4.2.0](pre-commit/pre-commit-hooks@v4.0.1...v4.2.0)
- [github.com/asottile/pyupgrade: v2.29.1 → v2.32.0](asottile/pyupgrade@v2.29.1...v2.32.0)
- [github.com/asottile/reorder_python_imports: v2.6.0 → v3.1.0](asottile/reorder-python-imports@v2.6.0...v3.1.0)
- [github.com/psf/black: 21.12b0 → 22.3.0](psf/black@21.12b0...22.3.0)
- [github.com/asottile/blacken-docs: v1.12.0 → v1.12.1](adamchainz/blacken-docs@v1.12.0...v1.12.1)
- [github.com/PyCQA/doc8: 0.10.1 → 0.11.1](PyCQA/doc8@0.10.1...0.11.1)
  • Loading branch information
pre-commit-ci[bot] authored May 2, 2022
1 parent b2c0a84 commit 4917aa9
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: v4.0.1
rev: v4.2.0
hooks:
- id: check-added-large-files
args: ['--maxkb=1000']
Expand All @@ -10,20 +10,20 @@ repos:
- id: debug-statements
- id: end-of-file-fixer
- repo: https://github.com/asottile/pyupgrade
rev: v2.29.1
rev: v2.32.0
hooks:
- id: pyupgrade
args: [--py36-plus]
- repo: https://github.com/asottile/reorder_python_imports
rev: v2.6.0
rev: v3.1.0
hooks:
- id: reorder-python-imports
- repo: https://github.com/psf/black
rev: 21.12b0
rev: 22.3.0
hooks:
- id: black
- repo: https://github.com/asottile/blacken-docs
rev: v1.12.0
rev: v1.12.1
hooks:
- id: blacken-docs
additional_dependencies: [black==20.8b1]
Expand All @@ -38,7 +38,7 @@ repos:
flake8-todo, flake8-unused-arguments, pep8-naming, pydocstyle, Pygments,
]
- repo: https://github.com/PyCQA/doc8
rev: 0.10.1
rev: 0.11.1
hooks:
- id: doc8
#- repo: local
Expand Down

0 comments on commit 4917aa9

Please sign in to comment.