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/psf/black: 21.5b2 → 21.6b0](psf/black@21.5b2...21.6b0)
- [github.com/asottile/pyupgrade: v2.19.1 → v2.21.0](asottile/pyupgrade@v2.19.1...v2.21.0)
- [github.com/nbQA-dev/nbQA: 0.11.1 → 0.13.1](nbQA-dev/nbQA@0.11.1...0.13.1)
- [github.com/pycqa/isort: 5.8.0 → 5.9.2](PyCQA/isort@5.8.0...5.9.2)
  • Loading branch information
pre-commit-ci[bot] authored Jul 12, 2021
1 parent f978c0e commit 09d2b33
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ 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: 21.6b0 # 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+
Expand All @@ -21,12 +21,12 @@ repos:
hooks:
- id: reorder-python-imports
- repo: https://github.com/asottile/pyupgrade
rev: v2.19.1
rev: v2.21.0
hooks:
- id: pyupgrade
args: [--py36-plus]
- repo: https://github.com/nbQA-dev/nbQA
rev: 0.11.1
rev: 0.13.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.9.2
hooks:
- id: isort

0 comments on commit 09d2b33

Please sign in to comment.