Skip to content

Commit 3aba418

Browse files
[pre-commit.ci] pre-commit autoupdate (#31)
updates: - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.3.0...v4.4.0) - [github.com/asottile/pyupgrade: v3.2.3 → v3.3.0](asottile/pyupgrade@v3.2.3...v3.3.0) - [github.com/charliermarsh/ruff-pre-commit: v0.0.146 → v0.0.158](astral-sh/ruff-pre-commit@v0.0.146...v0.0.158) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent f51aacd commit 3aba418

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
@@ -2,7 +2,7 @@
22
# See https://pre-commit.com/hooks.html for more hooks
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.3.0
5+
rev: v4.4.0
66
hooks:
77
- id: check-added-large-files
88
- id: check-toml
@@ -12,14 +12,14 @@ repos:
1212
- id: end-of-file-fixer
1313
- id: trailing-whitespace
1414
- repo: https://github.com/asottile/pyupgrade
15-
rev: v3.2.3
15+
rev: v3.3.0
1616
hooks:
1717
- id: pyupgrade
1818
args:
1919
- --py3-plus
2020
- --keep-runtime-typing
2121
- repo: https://github.com/charliermarsh/ruff-pre-commit
22-
rev: v0.0.146
22+
rev: v0.0.158
2323
hooks:
2424
- id: ruff
2525
args:

0 commit comments

Comments
 (0)