Skip to content

Commit e524d61

Browse files
[pre-commit.ci] pre-commit autoupdate (#14)
updates: - [github.com/asottile/pyupgrade: v3.10.1 → v3.13.0](asottile/pyupgrade@v3.10.1...v3.13.0) - [github.com/psf/black: 23.7.0 → 23.9.1](psf/black@23.7.0...23.9.1) - [github.com/astral-sh/ruff-pre-commit: v0.0.287 → v0.0.292](astral-sh/ruff-pre-commit@v0.0.287...v0.0.292) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent e1e3b7f commit e524d61

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ ci:
1616
repos:
1717
# Autoformat: Python code, syntax patterns are modernized
1818
- repo: https://github.com/asottile/pyupgrade
19-
rev: v3.10.1
19+
rev: v3.13.0
2020
hooks:
2121
- id: pyupgrade
2222
args:
2323
- --py37-plus
2424

2525
# Autoformat: Python code
2626
- repo: https://github.com/psf/black
27-
rev: 23.7.0
27+
rev: 23.9.1
2828
hooks:
2929
- id: black
3030

@@ -44,7 +44,7 @@ repos:
4444
- id: check-executables-have-shebangs
4545

4646
- repo: https://github.com/astral-sh/ruff-pre-commit
47-
rev: v0.0.287
47+
rev: v0.0.292
4848
hooks:
4949
- id: ruff
5050
args: ["--fix", "--line-length=120"]

0 commit comments

Comments
 (0)