Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d48d9cc

Browse files
authoredMay 13, 2024
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.3.0...v4.6.0) - [github.com/astral-sh/ruff-pre-commit: v0.1.9 → v0.4.4](astral-sh/ruff-pre-commit@v0.1.9...v0.4.4) - [github.com/asottile/pyupgrade: v2.37.3 → v3.15.2](asottile/pyupgrade@v2.37.3...v3.15.2)
1 parent a73b647 commit d48d9cc

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
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.3.0
3+
rev: v4.6.0
44
hooks:
55
- id: check-added-large-files
66
- id: check-case-conflict
@@ -13,13 +13,13 @@ repos:
1313
- id: requirements-txt-fixer
1414
- id: trailing-whitespace
1515
- repo: https://github.com/astral-sh/ruff-pre-commit
16-
rev: v0.1.9
16+
rev: v0.4.4
1717
hooks:
1818
- id: ruff
1919
args: [--fix, --exit-non-zero-on-fix]
2020
- id: ruff-format
2121
- repo: https://github.com/asottile/pyupgrade
22-
rev: v2.37.3
22+
rev: v3.15.2
2323
hooks:
2424
- id: pyupgrade
2525
args: [--py37-plus]

0 commit comments

Comments
 (0)
Please sign in to comment.