Skip to content

Commit a655880

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.3.0 → v3.3.1](asottile/pyupgrade@v3.3.0...v3.3.1) - [github.com/psf/black: 22.10.0 → 22.12.0](psf/black@22.10.0...22.12.0) - [github.com/pycqa/isort: 5.10.1 → v5.11.3](PyCQA/isort@5.10.1...v5.11.3)
1 parent 7acdc8a commit a655880

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
@@ -14,15 +14,15 @@ exclude: "(.*/)?secrets/.*"
1414
repos:
1515
# Autoformat: Python code, syntax patterns are modernized
1616
- repo: https://github.com/asottile/pyupgrade
17-
rev: v3.3.0
17+
rev: v3.3.1
1818
hooks:
1919
- id: pyupgrade
2020
args:
2121
- --py37-plus
2222

2323
# Autoformat: Python code
2424
- repo: https://github.com/psf/black
25-
rev: 22.10.0
25+
rev: 22.12.0
2626
hooks:
2727
- id: black
2828
args:
@@ -34,7 +34,7 @@ repos:
3434

3535
# Autoformat: Python code
3636
- repo: https://github.com/pycqa/isort
37-
rev: 5.10.1
37+
rev: v5.11.3
3838
hooks:
3939
- id: isort
4040
args:

0 commit comments

Comments
 (0)