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.4.0](pre-commit/pre-commit-hooks@v4.0.1...v4.4.0)
- [github.com/psf/black: 21.5b2 → 23.1.0](psf/black@21.5b2...23.1.0)
- [github.com/asottile/reorder_python_imports: v2.5.0 → v3.9.0](asottile/reorder-python-imports@v2.5.0...v3.9.0)
- [github.com/asottile/pyupgrade: v2.19.1 → v3.3.1](asottile/pyupgrade@v2.19.1...v3.3.1)
- [github.com/nbQA-dev/nbQA: 0.11.1 → 1.6.1](nbQA-dev/nbQA@0.11.1...1.6.1)
- [github.com/pycqa/isort: 5.8.0 → 5.12.0](PyCQA/isort@5.8.0...5.12.0)
  • Loading branch information
pre-commit-ci[bot] authored Feb 7, 2023
1 parent 032518d commit da6d540
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.4.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -12,21 +12,21 @@ repos:
- id: name-tests-test
- id: requirements-txt-fixer
- repo: https://github.com/psf/black
rev: 21.5b2 # Replace by any tag/version: https://github.com/psf/black/tags
rev: 23.1.0 # Replace by any tag/version: https://github.com/psf/black/tags
hooks:
- id: black
language_version: python3 # Should be a command that runs python3.6+
- repo: https://github.com/asottile/reorder_python_imports
rev: v2.5.0
rev: v3.9.0
hooks:
- id: reorder-python-imports
- repo: https://github.com/asottile/pyupgrade
rev: v2.19.1
rev: v3.3.1
hooks:
- id: pyupgrade
args: [--py36-plus]
- repo: https://github.com/nbQA-dev/nbQA
rev: 0.11.1
rev: 1.6.1
hooks:
- id: nbqa-black
args: [--nbqa-mutate]
Expand All @@ -35,6 +35,6 @@ repos:
- id: nbqa-isort
args: [--nbqa-mutate]
- repo: https://github.com/pycqa/isort
rev: 5.8.0
rev: 5.12.0
hooks:
- id: isort

0 comments on commit da6d540

Please sign in to comment.