Skip to content

Commit f5cb39b

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/autoflake: v2.0.1 → v2.0.2](PyCQA/autoflake@v2.0.1...v2.0.2) - [github.com/psf/black: 23.1.0 → 23.3.0](psf/black@23.1.0...23.3.0) - [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.4 → v3.0.0-alpha.6](pre-commit/mirrors-prettier@v3.0.0-alpha.4...v3.0.0-alpha.6)
1 parent 3d9b0e9 commit f5cb39b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.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.0.1
22+
rev: v2.0.2
2323
hooks:
2424
- id: autoflake
2525
# args ref: https://github.com/PyCQA/autoflake#advanced-usage
@@ -34,13 +34,13 @@ repos:
3434

3535
# Autoformat: Python code
3636
- repo: https://github.com/psf/black
37-
rev: 23.1.0
37+
rev: 23.3.0
3838
hooks:
3939
- id: black
4040

4141
# Autoformat: markdown, yaml, javascript (see the file .prettierignore)
4242
- repo: https://github.com/pre-commit/mirrors-prettier
43-
rev: v3.0.0-alpha.4
43+
rev: v3.0.0-alpha.6
4444
hooks:
4545
- id: prettier
4646
exclude: COPYING.md

0 commit comments

Comments
 (0)