Skip to content

Commit 7b642f9

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/autoflake: v2.2.1 → v2.3.3](PyCQA/autoflake@v2.2.1...v2.3.3) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 23.12.1 → 26.3.1](psf/black-pre-commit-mirror@23.12.1...26.3.1) - [github.com/pycqa/isort: 5.13.2 → 8.0.1](PyCQA/isort@5.13.2...8.0.1)
1 parent e41ff98 commit 7b642f9

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ default_language_version:
33

44
repos:
55
- repo: https://github.com/PyCQA/autoflake
6-
rev: v2.2.1
6+
rev: v2.3.3
77
hooks:
88
- id: autoflake
99
args: [
@@ -14,8 +14,8 @@ repos:
1414
"--ignore-init-module-imports"
1515
]
1616

17-
- repo: https://github.com/psf/black
18-
rev: 23.12.1
17+
- repo: https://github.com/psf/black-pre-commit-mirror
18+
rev: 26.3.1
1919
hooks:
2020
- id: black
2121
language_version: python3.8
@@ -25,7 +25,7 @@ repos:
2525
]
2626

2727
- repo: https://github.com/pycqa/isort
28-
rev: 5.13.2
28+
rev: 8.0.1
2929
hooks:
3030
- id: isort
3131
name: isort

0 commit comments

Comments
 (0)