Skip to content

Commit e6c7592

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/setup-cfg-fmt: v2.8.0 → v3.2.0](asottile/setup-cfg-fmt@v2.8.0...v3.2.0) - [github.com/asottile/pyupgrade: v3.20.0 → v3.21.2](asottile/pyupgrade@v3.20.0...v3.21.2) - [github.com/PyCQA/isort: 6.0.1 → 7.0.0](PyCQA/isort@6.0.1...7.0.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.9.0 → 25.12.0](psf/black-pre-commit-mirror@25.9.0...25.12.0) - [github.com/pre-commit/mirrors-mypy: v1.18.2 → v1.19.1](pre-commit/mirrors-mypy@v1.18.2...v1.19.1)
1 parent d09f08c commit e6c7592

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repos:
99
- id: name-tests-test
1010
- id: requirements-txt-fixer
1111
- repo: https://github.com/asottile/setup-cfg-fmt
12-
rev: v2.8.0
12+
rev: v3.2.0
1313
hooks:
1414
- id: setup-cfg-fmt
1515
- repo: https://github.com/PyCQA/autoflake
@@ -18,17 +18,17 @@ repos:
1818
- id: autoflake
1919
args: [-i, --remove-all-unused-imports, --ignore-init-module-imports]
2020
- repo: https://github.com/asottile/pyupgrade
21-
rev: v3.20.0
21+
rev: v3.21.2
2222
hooks:
2323
- id: pyupgrade
2424
args: [--py39-plus]
2525
- repo: https://github.com/PyCQA/isort
26-
rev: 6.0.1
26+
rev: 7.0.0
2727
hooks:
2828
- id: isort
2929
args: [--af,--add-import, 'from __future__ import annotations']
30-
- repo: https://github.com/psf/black
31-
rev: 25.9.0
30+
- repo: https://github.com/psf/black-pre-commit-mirror
31+
rev: 25.12.0
3232
hooks:
3333
- id: black
3434
- repo: https://github.com/PyCQA/flake8
@@ -38,7 +38,7 @@ repos:
3838
args: [--max-line-length=120, '--ignore=E203, E501, A003']
3939
additional_dependencies: [toml, flake8-encodings, flake8-warnings, flake8-builtins, flake8-length, flake8-print]
4040
- repo: https://github.com/pre-commit/mirrors-mypy
41-
rev: v1.18.2
41+
rev: v1.19.1
4242
hooks:
4343
- id: mypy
4444
additional_dependencies: [types-setuptools, types-requests]

0 commit comments

Comments
 (0)