Skip to content

Commit 830dd9d

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 22.6.0 → 22.8.0](psf/black@22.6.0...22.8.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.8.3](asottile/reorder-python-imports@v2.6.0...v3.8.3) - [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/PyCQA/flake8: 4.0.1 → 5.0.4](PyCQA/flake8@4.0.1...5.0.4) - [github.com/pre-commit/mirrors-mypy: v0.910-1 → v0.981](pre-commit/mirrors-mypy@v0.910-1...v0.981) - [github.com/asottile/pyupgrade: v2.29.0 → v2.38.2](asottile/pyupgrade@v2.29.0...v2.38.2)
1 parent 27dd9b0 commit 830dd9d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.pre-commit-config.yaml

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: 22.6.0
3+
rev: 22.8.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,29 +19,29 @@ 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.8.3
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/
3535
- repo: https://github.com/PyCQA/flake8
36-
rev: 4.0.1
36+
rev: 5.0.4
3737
hooks:
3838
- id: flake8
3939
- repo: https://github.com/pre-commit/mirrors-mypy
40-
rev: v0.910-1
40+
rev: v0.981
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.38.2
4646
hooks:
4747
- id: pyupgrade

0 commit comments

Comments
 (0)