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: v2.6.0 → v3.9.0](asottile/reorder-python-imports@v2.6.0...v3.9.0)
- [github.com/pre-commit/pre-commit-hooks: v4.0.1 → v4.4.0](pre-commit/pre-commit-hooks@v4.0.1...v4.4.0)
- [github.com/asottile/pyupgrade: v2.23.3 → v3.3.1](asottile/pyupgrade@v2.23.3...v3.3.1)
- [github.com/asottile/blacken-docs: v1.10.0 → v1.12.1](adamchainz/blacken-docs@v1.10.0...v1.12.1)
- [github.com/psf/black: 21.7b0 → 22.12.0](psf/black@21.7b0...22.12.0)
- [github.com/PyCQA/flake8: 3.9.2 → 6.0.0](PyCQA/flake8@3.9.2...6.0.0)
  • Loading branch information
pre-commit-ci[bot] authored Dec 12, 2022
1 parent 2acbb58 commit b76d29e
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
Expand Up @@ -2,12 +2,12 @@
exclude: ^\.
repos:
- repo: https://github.com/asottile/reorder_python_imports
rev: v2.6.0
rev: v3.9.0
hooks:
- id: reorder-python-imports
files: '(\.pyi?|wscript)$'
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
rev: v4.4.0
hooks:
- id: check-yaml
exclude: 'meta\.yaml'
Expand All @@ -21,26 +21,26 @@ repos:
args: [--autofix, --no-sort-keys]
- id: trailing-whitespace
- repo: https://github.com/asottile/pyupgrade
rev: v2.23.3
rev: v3.3.1
hooks:
- id: pyupgrade
args: [
--py36-plus
]
- repo: https://github.com/asottile/blacken-docs
rev: v1.10.0
rev: v1.12.1
hooks:
- id: blacken-docs
additional_dependencies: [black==19.3b0]
files: '(\.md|\.rst)$'
- repo: https://github.com/psf/black
rev: 21.7b0
rev: 22.12.0
hooks:
- id: black
files: '(\.pyi?|wscript)$'
language_version: python3.7
- repo: https://github.com/PyCQA/flake8
rev: 3.9.2
rev: 6.0.0
hooks:
- id: flake8
files: '(\.py|wscript)$'
Expand Down

0 comments on commit b76d29e

Please sign in to comment.