Skip to content

Commit e9dc5f0

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.3.1](psf/black-pre-commit-mirror@25.11.0...26.3.1) - [github.com/rbubley/mirrors-prettier: v3.7.3 → v3.8.1](rbubley/mirrors-prettier@v3.7.3...v3.8.1)
1 parent d862519 commit e9dc5f0

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
@@ -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,19 +28,19 @@ 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.3.1
3838
hooks:
3939
- id: black
4040

4141
# Autoformat: markdown, yaml
4242
- repo: https://github.com/rbubley/mirrors-prettier
43-
rev: v3.7.3
43+
rev: v3.8.1
4444
hooks:
4545
- id: prettier
4646

0 commit comments

Comments
 (0)