Skip to content

Commit 09d2b33

Browse files
[pre-commit.ci] pre-commit autoupdate
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)
1 parent f978c0e commit 09d2b33

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repos:
1212
- id: name-tests-test
1313
- id: requirements-txt-fixer
1414
- repo: https://github.com/psf/black
15-
rev: 21.5b2 # Replace by any tag/version: https://github.com/psf/black/tags
15+
rev: 21.6b0 # Replace by any tag/version: https://github.com/psf/black/tags
1616
hooks:
1717
- id: black
1818
language_version: python3 # Should be a command that runs python3.6+
@@ -21,12 +21,12 @@ repos:
2121
hooks:
2222
- id: reorder-python-imports
2323
- repo: https://github.com/asottile/pyupgrade
24-
rev: v2.19.1
24+
rev: v2.21.0
2525
hooks:
2626
- id: pyupgrade
2727
args: [--py36-plus]
2828
- repo: https://github.com/nbQA-dev/nbQA
29-
rev: 0.11.1
29+
rev: 0.13.1
3030
hooks:
3131
- id: nbqa-black
3232
args: [--nbqa-mutate]
@@ -35,6 +35,6 @@ repos:
3535
- id: nbqa-isort
3636
args: [--nbqa-mutate]
3737
- repo: https://github.com/pycqa/isort
38-
rev: 5.8.0
38+
rev: 5.9.2
3939
hooks:
4040
- id: isort

0 commit comments

Comments
 (0)