Skip to content

Commit fc59993

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.4.0 → v3.10.1](asottile/pyupgrade@v3.4.0...v3.10.1) - [github.com/PyCQA/autoflake: v2.1.1 → v2.2.1](PyCQA/autoflake@v2.1.1...v2.2.1) - [github.com/psf/black: 23.3.0 → 23.7.0](psf/black@23.3.0...23.7.0) - [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.9-for-vscode → v3.0.3](pre-commit/mirrors-prettier@v3.0.0-alpha.9-for-vscode...v3.0.3) - [github.com/PyCQA/flake8: 6.0.0 → 6.1.0](PyCQA/flake8@6.0.0...6.1.0)
1 parent c9ead08 commit fc59993

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
repos:
1212
# Autoformat: Python code, syntax patterns are modernized
1313
- repo: https://github.com/asottile/pyupgrade
14-
rev: v3.4.0
14+
rev: v3.10.1
1515
hooks:
1616
- id: pyupgrade
1717
args:
1818
- --py38-plus
1919

2020
# Autoformat: Python code
2121
- repo: https://github.com/PyCQA/autoflake
22-
rev: v2.1.1
22+
rev: v2.2.1
2323
hooks:
2424
- id: autoflake
2525
# args ref: https://github.com/PyCQA/autoflake#advanced-usage
@@ -34,14 +34,14 @@ repos:
3434

3535
# Autoformat: Python code
3636
- repo: https://github.com/psf/black
37-
rev: 23.3.0
37+
rev: 23.7.0
3838
hooks:
3939
- id: black
4040
exclude: "contrib\/template\/.*"
4141

4242
# Autoformat: markdown, yaml
4343
- repo: https://github.com/pre-commit/mirrors-prettier
44-
rev: v3.0.0-alpha.9-for-vscode
44+
rev: v3.0.3
4545
hooks:
4646
- id: prettier
4747

@@ -65,7 +65,7 @@ repos:
6565

6666
# Lint: Python code
6767
- repo: https://github.com/PyCQA/flake8
68-
rev: "6.0.0"
68+
rev: "6.1.0"
6969
hooks:
7070
- id: flake8
7171

0 commit comments

Comments
 (0)