Skip to content

Commit c8281b3

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.14.0 → v3.15.0](asottile/pyupgrade@v3.14.0...v3.15.0) - [github.com/psf/black: 23.9.1 → 23.10.1](psf/black@23.9.1...23.10.1) - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0)
1 parent f2d921e commit c8281b3

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.14.0
17+
rev: v3.15.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.9.1
25+
rev: 23.10.1
2626
hooks:
2727
- id: black
2828
args:
@@ -57,7 +57,7 @@ repos:
5757

5858
# Misc autoformatting and linting
5959
- repo: https://github.com/pre-commit/pre-commit-hooks
60-
rev: v4.4.0
60+
rev: v4.5.0
6161
hooks:
6262
- id: end-of-file-fixer
6363
exclude_types: [svg, css, json]

0 commit comments

Comments
 (0)