Skip to content

Commit 8010a46

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/autoflake: v2.3.1 → v2.3.3](PyCQA/autoflake@v2.3.1...v2.3.3) - [github.com/pycqa/isort: 7.0.0 → 8.0.1](PyCQA/isort@7.0.0...8.0.1) - [github.com/psf/black-pre-commit-mirror: 25.11.0 → 26.1.0](psf/black-pre-commit-mirror@25.11.0...26.1.0)
1 parent b0a3cc5 commit 8010a46

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repos:
1919

2020
# Autoformat: Python code
2121
- repo: https://github.com/PyCQA/autoflake
22-
rev: v2.3.1
22+
rev: v2.3.3
2323
hooks:
2424
- id: autoflake
2525
# args ref: https://github.com/PyCQA/autoflake#advanced-usage
@@ -28,13 +28,13 @@ repos:
2828

2929
# Autoformat: Python code
3030
- repo: https://github.com/pycqa/isort
31-
rev: 7.0.0
31+
rev: 8.0.1
3232
hooks:
3333
- id: isort
3434

3535
# Autoformat: Python code
3636
- repo: https://github.com/psf/black-pre-commit-mirror
37-
rev: 25.11.0
37+
rev: 26.1.0
3838
hooks:
3939
- id: black
4040

0 commit comments

Comments
 (0)