Skip to content

Commit a39f77e

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 21.5b2 → 21.7b0](psf/black@21.5b2...21.7b0) - [github.com/asottile/reorder_python_imports: v2.5.0 → v2.6.0](asottile/reorder-python-imports@v2.5.0...v2.6.0) - [github.com/asottile/pyupgrade: v2.19.1 → v2.23.3](asottile/pyupgrade@v2.19.1...v2.23.3) - [github.com/nbQA-dev/nbQA: 0.11.1 → 1.1.0](nbQA-dev/nbQA@0.11.1...1.1.0) - [github.com/pycqa/isort: 5.8.0 → 5.9.3](PyCQA/isort@5.8.0...5.9.3)
1 parent f978c0e commit a39f77e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,21 @@ 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.7b0 # 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+
1919
- repo: https://github.com/asottile/reorder_python_imports
20-
rev: v2.5.0
20+
rev: v2.6.0
2121
hooks:
2222
- id: reorder-python-imports
2323
- repo: https://github.com/asottile/pyupgrade
24-
rev: v2.19.1
24+
rev: v2.23.3
2525
hooks:
2626
- id: pyupgrade
2727
args: [--py36-plus]
2828
- repo: https://github.com/nbQA-dev/nbQA
29-
rev: 0.11.1
29+
rev: 1.1.0
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.3
3939
hooks:
4040
- id: isort

0 commit comments

Comments
 (0)