Skip to content

Commit 01ab646

Browse files
[pre-commit.ci] pre-commit autoupdate (#878)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Ryan Ly <[email protected]>
1 parent bc45bba commit 01ab646

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
@@ -17,16 +17,16 @@ repos:
1717
# rev: 23.3.0
1818
# hooks:
1919
# - id: black
20-
- repo: https://github.com/charliermarsh/ruff-pre-commit
21-
rev: v0.0.272
20+
- repo: https://github.com/astral-sh/ruff-pre-commit
21+
rev: v0.0.276
2222
hooks:
2323
- id: ruff
2424
# - repo: https://github.com/econchick/interrogate
2525
# rev: 1.5.0
2626
# hooks:
2727
# - id: interrogate
2828
- repo: https://github.com/codespell-project/codespell
29-
rev: v2.2.4
29+
rev: v2.2.5
3030
hooks:
3131
- id: codespell
3232
additional_dependencies:

0 commit comments

Comments
 (0)