Skip to content

Commit afc296f

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.3.1 → v3.3.2](asottile/pyupgrade@v3.3.1...v3.3.2) - [github.com/PyCQA/autoflake: v2.0.2 → v2.1.1](PyCQA/autoflake@v2.0.2...v2.1.1) - [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.6 → v3.0.0-alpha.9-for-vscode](pre-commit/mirrors-prettier@v3.0.0-alpha.6...v3.0.0-alpha.9-for-vscode)
1 parent dd62e5a commit afc296f

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
@@ -13,15 +13,15 @@ exclude: 'versioneer\.py|_version\.py'
1313
repos:
1414
# Autoformat: Python code, syntax patterns are modernized
1515
- repo: https://github.com/asottile/pyupgrade
16-
rev: v3.3.1
16+
rev: v3.3.2
1717
hooks:
1818
- id: pyupgrade
1919
args:
2020
- --py38-plus
2121

2222
# Autoformat: Python code
2323
- repo: https://github.com/PyCQA/autoflake
24-
rev: v2.0.2
24+
rev: v2.1.1
2525
hooks:
2626
- id: autoflake
2727
# args ref: https://github.com/PyCQA/autoflake#advanced-usage
@@ -42,7 +42,7 @@ repos:
4242

4343
# Autoformat: markdown, yaml
4444
- repo: https://github.com/pre-commit/mirrors-prettier
45-
rev: v3.0.0-alpha.6
45+
rev: v3.0.0-alpha.9-for-vscode
4646
hooks:
4747
- id: prettier
4848

0 commit comments

Comments
 (0)