Skip to content

Commit 3a51cec

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.10.1 → v3.14.0](asottile/pyupgrade@v3.10.1...v3.14.0) - [github.com/psf/black: 23.7.0 → 23.9.1](psf/black@23.7.0...23.9.1)
1 parent b9450c7 commit 3a51cec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 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.10.1
17+
rev: v3.14.0
1818
hooks:
1919
- id: pyupgrade
2020
args:
2121
- --py37-plus
2222

2323
# Autoformat: Python code
2424
- repo: https://github.com/psf/black
25-
rev: 23.7.0
25+
rev: 23.9.1
2626
hooks:
2727
- id: black
2828
args:

0 commit comments

Comments
 (0)