Skip to content

Commit 3f5d9e3

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 22.1.0 → 22.3.0](psf/black@22.1.0...22.3.0) - [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/asottile/reorder_python_imports: v2.6.0 → v3.1.0](asottile/reorder-python-imports@v2.6.0...v3.1.0) - [github.com/asottile/blacken-docs: v1.11.0 → v1.12.1](adamchainz/blacken-docs@v1.11.0...v1.12.1) - [github.com/PyCQA/bandit: 1.7.0 → 1.7.4](PyCQA/bandit@1.7.0...1.7.4) - [github.com/pre-commit/mirrors-mypy: v0.910-1 → v0.961](pre-commit/mirrors-mypy@v0.910-1...v0.961) - [github.com/asottile/pyupgrade: v2.29.0 → v2.34.0](asottile/pyupgrade@v2.29.0...v2.34.0)
1 parent 85171cf commit 3f5d9e3

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Diff for: .pre-commit-config.yaml

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: 22.1.0
3+
rev: 22.3.0
44
hooks:
55
- id: black
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v4.0.1
7+
rev: v4.3.0
88
hooks:
99
- id: trailing-whitespace
1010
args: [--markdown-linebreak-ext=md]
@@ -19,16 +19,16 @@ repos:
1919
- id: mixed-line-ending
2020
- id: name-tests-test
2121
- repo: https://github.com/asottile/reorder_python_imports
22-
rev: v2.6.0
22+
rev: v3.1.0
2323
hooks:
2424
- id: reorder-python-imports
2525
- repo: https://github.com/asottile/blacken-docs
26-
rev: v1.11.0
26+
rev: v1.12.1
2727
hooks:
2828
- id: blacken-docs
2929
additional_dependencies: [black==21.9b0]
3030
- repo: https://github.com/PyCQA/bandit
31-
rev: 1.7.0
31+
rev: 1.7.4
3232
hooks:
3333
- id: bandit
3434
exclude: ^tests/
@@ -37,11 +37,11 @@ repos:
3737
hooks:
3838
- id: flake8
3939
- repo: https://github.com/pre-commit/mirrors-mypy
40-
rev: v0.910-1
40+
rev: v0.961
4141
hooks:
4242
- id: mypy
4343
additional_dependencies: [pydantic==1.8.2, types-requests==2.25.11, types-markdown==3.3.6]
4444
- repo: https://github.com/asottile/pyupgrade
45-
rev: v2.29.0
45+
rev: v2.34.0
4646
hooks:
4747
- id: pyupgrade

0 commit comments

Comments
 (0)