Skip to content

Commit 3e5b849

Browse files
[pre-commit.ci] pre-commit autoupdate
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/psf/black: 21.5b2 → 22.10.0](psf/black@21.5b2...22.10.0) - [github.com/asottile/reorder_python_imports: v2.5.0 → v3.8.5](asottile/reorder-python-imports@v2.5.0...v3.8.5) - [github.com/asottile/pyupgrade: v2.19.1 → v3.1.0](asottile/pyupgrade@v2.19.1...v3.1.0) - [github.com/nbQA-dev/nbQA: 0.11.1 → 1.5.2](nbQA-dev/nbQA@0.11.1...1.5.2) - [github.com/pycqa/isort: 5.8.0 → 5.10.1](PyCQA/isort@5.8.0...5.10.1)
1 parent 032518d commit 3e5b849

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.0.1
3+
rev: v4.3.0
44
hooks:
55
- id: trailing-whitespace
66
- id: end-of-file-fixer
@@ -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: 22.10.0 # 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: v3.8.5
2121
hooks:
2222
- id: reorder-python-imports
2323
- repo: https://github.com/asottile/pyupgrade
24-
rev: v2.19.1
24+
rev: v3.1.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: 1.5.2
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.10.1
3939
hooks:
4040
- id: isort

0 commit comments

Comments
 (0)