Skip to content

Commit 34be838

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.20.0 → v3.21.2](asottile/pyupgrade@v3.20.0...v3.21.2) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 26.3.1](psf/black-pre-commit-mirror@25.1.0...26.3.1) - [github.com/pycqa/isort: 6.0.1 → 8.0.1](PyCQA/isort@6.0.1...8.0.1)
1 parent 8b56967 commit 34be838

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
repos:
22
- repo: https://github.com/asottile/pyupgrade
3-
rev: v3.20.0
3+
rev: v3.21.2
44
hooks:
55
- id: pyupgrade
66
args: [--py39-plus]
7-
- repo: https://github.com/psf/black
8-
rev: 25.1.0
7+
- repo: https://github.com/psf/black-pre-commit-mirror
8+
rev: 26.3.1
99
hooks:
1010
- id: black
1111
language_version: python3
1212
- repo: https://github.com/pycqa/isort
13-
rev: 6.0.1
13+
rev: 8.0.1
1414
hooks:
1515
- id: isort
1616
- repo: https://github.com/PyCQA/flake8

0 commit comments

Comments
 (0)