Skip to content

Commit 404ba8b

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 22.6.0 → 24.10.0](psf/black@22.6.0...24.10.0) - [github.com/pre-commit/pre-commit-hooks: v4.0.1 → v5.0.0](pre-commit/pre-commit-hooks@v4.0.1...v5.0.0) - https://github.com/asottile/reorder_python_importshttps://github.com/asottile/reorder-python-imports - [github.com/asottile/reorder-python-imports: v2.6.0 → v3.14.0](asottile/reorder-python-imports@v2.6.0...v3.14.0) - [github.com/asottile/blacken-docs: v1.11.0 → 1.19.0](adamchainz/blacken-docs@v1.11.0...1.19.0) - [github.com/PyCQA/bandit: 1.7.0 → 1.7.10](PyCQA/bandit@1.7.0...1.7.10) - [github.com/PyCQA/flake8: 4.0.1 → 7.1.1](PyCQA/flake8@4.0.1...7.1.1) - [github.com/pre-commit/mirrors-mypy: v0.910-1 → v1.11.2](pre-commit/mirrors-mypy@v0.910-1...v1.11.2) - [github.com/asottile/pyupgrade: v2.29.0 → v3.18.0](asottile/pyupgrade@v2.29.0...v3.18.0)
1 parent 058171d commit 404ba8b

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.pre-commit-config.yaml

+9-9
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: 24.10.0
44
hooks:
55
- id: black
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v4.0.1
7+
rev: v5.0.0
88
hooks:
99
- id: trailing-whitespace
1010
args: [--markdown-linebreak-ext=md]
@@ -18,30 +18,30 @@ repos:
1818
- id: end-of-file-fixer
1919
- id: mixed-line-ending
2020
- id: name-tests-test
21-
- repo: https://github.com/asottile/reorder_python_imports
22-
rev: v2.6.0
21+
- repo: https://github.com/asottile/reorder-python-imports
22+
rev: v3.14.0
2323
hooks:
2424
- id: reorder-python-imports
2525
- repo: https://github.com/asottile/blacken-docs
26-
rev: v1.11.0
26+
rev: 1.19.0
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.10
3232
hooks:
3333
- id: bandit
3434
exclude: ^tests/
3535
- repo: https://github.com/PyCQA/flake8
36-
rev: 4.0.1
36+
rev: 7.1.1
3737
hooks:
3838
- id: flake8
3939
- repo: https://github.com/pre-commit/mirrors-mypy
40-
rev: v0.910-1
40+
rev: v1.11.2
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: v3.18.0
4646
hooks:
4747
- id: pyupgrade

0 commit comments

Comments
 (0)