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/pre-commit/pre-commit-hooks: v4.0.1 → v4.3.0](pre-commit/pre-commit-hooks@v4.0.1...v4.3.0)
- [github.com/asottile/pyupgrade: v2.29.0 → v2.37.3](asottile/pyupgrade@v2.29.0...v2.37.3)
- [github.com/asottile/reorder_python_imports: v2.6.0 → v3.8.2](asottile/reorder-python-imports@v2.6.0...v3.8.2)
- [github.com/asottile/setup-cfg-fmt: v1.17.0 → v2.0.0](asottile/setup-cfg-fmt@v1.17.0...v2.0.0)
- [github.com/psf/black: 21.9b0 → 22.8.0](psf/black@21.9b0...22.8.0)
- [github.com/asottile/blacken-docs: v1.11.0 → v1.12.1](adamchainz/blacken-docs@v1.11.0...v1.12.1)
- [github.com/PyCQA/flake8: 3.9.2 → 5.0.4](PyCQA/flake8@3.9.2...5.0.4)
- [github.com/nbQA-dev/nbQA: 1.1.1 → 1.4.0](nbQA-dev/nbQA@1.1.1...1.4.0)
- [github.com/PyCQA/doc8: 0.9.1 → v1.0.0](PyCQA/doc8@0.9.1...v1.0.0)
- [github.com/codespell-project/codespell: v2.1.0 → v2.2.1](codespell-project/codespell@v2.1.0...v2.2.1)
- [github.com/mgedmin/check-manifest: 0.47 → 0.48](mgedmin/check-manifest@0.47...0.48)
  • Loading branch information
pre-commit-ci[bot] authored Sep 6, 2022
1 parent d867f55 commit 242eefa
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 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.3.0
hooks:
- id: check-added-large-files
args: ['--maxkb=500']
Expand Down Expand Up @@ -32,31 +32,31 @@ repos:
- id: text-unicode-replacement-char
exclude_types: [jupyter]
- repo: https://github.com/asottile/pyupgrade
rev: v2.29.0
rev: v2.37.3
hooks:
- id: pyupgrade
args: [--py36-plus]
- repo: https://github.com/asottile/reorder_python_imports
rev: v2.6.0
rev: v3.8.2
hooks:
- id: reorder-python-imports
types: [python]
- repo: https://github.com/asottile/setup-cfg-fmt
rev: v1.17.0
rev: v2.0.0
hooks:
- id: setup-cfg-fmt
- repo: https://github.com/psf/black
rev: 21.9b0
rev: 22.8.0
hooks:
- id: black
types: [python]
- repo: https://github.com/asottile/blacken-docs
rev: v1.11.0
rev: v1.12.1
hooks:
- id: blacken-docs
additional_dependencies: [black]
- repo: https://github.com/PyCQA/flake8
rev: 3.9.2
rev: 5.0.4
hooks:
- id: flake8
types: [python]
Expand All @@ -76,13 +76,13 @@ repos:
Pygments,
]
- repo: https://github.com/nbQA-dev/nbQA
rev: 1.1.1
rev: 1.4.0
hooks:
- id: nbqa-black
- id: nbqa-pyupgrade
- id: nbqa-isort
- repo: https://github.com/PyCQA/doc8
rev: 0.9.1
rev: v1.0.0
hooks:
- id: doc8
- repo: https://github.com/econchick/interrogate
Expand All @@ -92,13 +92,13 @@ repos:
args: [-v, --fail-under=78, src]
pass_filenames: false
- repo: https://github.com/codespell-project/codespell
rev: v2.1.0
rev: v2.2.1
hooks:
- id: codespell
exclude: \.ipynb
args: [-L effekt, -L unparseable]
- repo: https://github.com/mgedmin/check-manifest
rev: "0.47"
rev: "0.48"
hooks:
- id: check-manifest
- repo: meta
Expand Down

0 comments on commit 242eefa

Please sign in to comment.