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/asottile/reorder_python_importshttps://github.com/asottile/reorder-python-imports
- [github.com/asottile/reorder-python-imports: v1.8.0 → v3.13.0](asottile/reorder-python-imports@v1.8.0...v3.13.0)
- [github.com/pre-commit/pre-commit-hooks: v2.4.0 → v4.6.0](pre-commit/pre-commit-hooks@v2.4.0...v4.6.0)
- [github.com/asottile/pyupgrade: v1.25.1 → v3.16.0](asottile/pyupgrade@v1.25.1...v3.16.0)
- [github.com/asottile/blacken-docs: v1.3.0 → 1.18.0](adamchainz/blacken-docs@v1.3.0...1.18.0)
- [github.com/psf/black: 19.10b0 → 24.4.2](psf/black@19.10b0...24.4.2)
- [github.com/PyCQA/doc8: 0.8.1rc2 → v1.1.1](PyCQA/doc8@0.8.1rc2...v1.1.1)
- https://gitlab.com/pycqa/flake8https://github.com/PyCQA/flake8
- [github.com/PyCQA/flake8: 3.7.9 → 7.1.0](PyCQA/flake8@3.7.9...7.1.0)
  • Loading branch information
pre-commit-ci[bot] committed Jul 1, 2024
1 parent b89d171 commit 33bbf6c
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,13 +1,13 @@
# Exclude every file or folder starting with a dot.
exclude: ^\.
repos:
- repo: https://github.com/asottile/reorder_python_imports
rev: v1.8.0
- repo: https://github.com/asottile/reorder-python-imports
rev: v3.13.0
hooks:
- id: reorder-python-imports
files: '(\.pyi?|wscript)$'
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.4.0
rev: v4.6.0
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: v3.16.0
hooks:
- id: pyupgrade
args: [
--py36-plus
]
- repo: https://github.com/asottile/blacken-docs
rev: v1.3.0
rev: 1.18.0
hooks:
- id: blacken-docs
additional_dependencies: [black==19.3b0]
files: '(\.md|\.rst)$'
- repo: https://github.com/psf/black
rev: 19.10b0
rev: 24.4.2
hooks:
- id: black
files: '(\.pyi?|wscript)$'
language_version: python3.7
- repo: https://github.com/PyCQA/doc8
rev: 0.8.1rc2
rev: v1.1.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: 7.1.0
hooks:
- id: flake8
files: '(\.py|wscript)$'
Expand Down

0 comments on commit 33bbf6c

Please sign in to comment.