Skip to content

Commit eceeb7f

Browse files
pre-commit: bump repositories (#209)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.6.9 → v0.7.0](astral-sh/ruff-pre-commit@v0.6.9...v0.7.0) - [github.com/henryiii/check-sdist: v1.1.0 → v1.2.0](henryiii/check-sdist@v1.1.0...v1.2.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 082b688 commit eceeb7f

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
@@ -17,7 +17,7 @@ repos:
1717
- id: trailing-whitespace
1818

1919
- repo: https://github.com/astral-sh/ruff-pre-commit
20-
rev: "v0.6.9"
20+
rev: "v0.7.0"
2121
hooks:
2222
- id: ruff
2323
args: ["--fix", "--show-fixes"]
@@ -44,7 +44,7 @@ repos:
4444
args: [--prose-wrap=always]
4545

4646
- repo: https://github.com/henryiii/check-sdist
47-
rev: "v1.1.0"
47+
rev: "v1.2.0"
4848
hooks:
4949
- id: check-sdist
5050
args: [--inject-junk]

0 commit comments

Comments
 (0)