Skip to content

Commit d6a66d5

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pycqa/flake8: 7.0.0 → 7.3.0](PyCQA/flake8@7.0.0...7.3.0) - https://github.com/ambv/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 24.1.1 → 25.9.0](psf/black-pre-commit-mirror@24.1.1...25.9.0) - https://github.com/asottile/reorder_python_importshttps://github.com/asottile/reorder-python-imports - [github.com/asottile/reorder-python-imports: v3.12.0 → v3.16.0](asottile/reorder-python-imports@v3.12.0...v3.16.0) - [github.com/pre-commit/mirrors-mypy: v1.8.0 → v1.18.2](pre-commit/mirrors-mypy@v1.8.0...v1.18.2) - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.5.0...v6.0.0)
1 parent e9080a3 commit d6a66d5

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,27 +7,27 @@ repos:
77
language: script
88
stages: [ commit-msg ]
99
- repo: https://github.com/pycqa/flake8
10-
rev: 7.0.0
10+
rev: 7.3.0
1111
hooks:
1212
- id: flake8
13-
- repo: https://github.com/ambv/black
14-
rev: 24.1.1
13+
- repo: https://github.com/psf/black-pre-commit-mirror
14+
rev: 25.9.0
1515
hooks:
1616
- id: black
1717
exclude: ^migrations/
1818
language_version: python3
19-
- repo: https://github.com/asottile/reorder_python_imports
20-
rev: v3.12.0
19+
- repo: https://github.com/asottile/reorder-python-imports
20+
rev: v3.16.0
2121
hooks:
2222
- id: reorder-python-imports
2323
args: [--py3-plus]
2424
- repo: https://github.com/pre-commit/mirrors-mypy
25-
rev: v1.8.0
25+
rev: v1.18.2
2626
hooks:
2727
- id: mypy
2828
additional_dependencies: ['types-requests']
2929
- repo: https://github.com/pre-commit/pre-commit-hooks
30-
rev: v4.5.0
30+
rev: v6.0.0
3131
hooks:
3232
- id: check-merge-conflict
3333
- id: debug-statements

0 commit comments

Comments
 (0)