Skip to content

Commit ec90d89

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/PyCQA/autoflake: v2.3.1 → v2.3.3](PyCQA/autoflake@v2.3.1...v2.3.3) - [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 → 8.0.1](PyCQA/isort@6.0.1...8.0.1) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.9.0 → 26.3.0](psf/black-pre-commit-mirror@25.9.0...26.3.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 ec90d89

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,26 +9,26 @@ 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
16-
rev: v2.3.1
16+
rev: v2.3.3
1717
hooks:
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: 8.0.1
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: 26.3.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)