Skip to content

Commit fd27208

Browse files
[pre-commit.ci] pre-commit autoupdate (#33)
updates: - [github.com/charliermarsh/ruff-pre-commit: v0.0.141 → v0.0.158](astral-sh/ruff-pre-commit@v0.0.141...v0.0.158) - [github.com/asottile/pyupgrade: v3.2.2 → v3.3.0](asottile/pyupgrade@v3.2.2...v3.3.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 7662aef commit fd27208

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
@@ -7,7 +7,7 @@ repos:
77
args:
88
- --target-version=py38
99
- repo: https://github.com/charliermarsh/ruff-pre-commit
10-
rev: v0.0.141
10+
rev: v0.0.158
1111
hooks:
1212
- id: ruff
1313
- repo: https://github.com/PyCQA/isort
@@ -16,7 +16,7 @@ repos:
1616
- id: isort
1717
language_version: python3
1818
- repo: https://github.com/asottile/pyupgrade
19-
rev: v3.2.2
19+
rev: v3.3.0
2020
hooks:
2121
- id: pyupgrade
2222
args:

0 commit comments

Comments
 (0)