Skip to content

Commit 0e1745f

Browse files
[pre-commit.ci] pre-commit autoupdate (#280)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <pre-commit-ci[bot]@users.noreply.github.com>
1 parent c29afb3 commit 0e1745f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ repos:
66
- id: prettier
77
# Hooks that are run for scripts
88
- repo: https://github.com/astral-sh/ruff-pre-commit
9-
rev: v0.4.1
9+
rev: v0.4.2
1010
hooks:
1111
- id: ruff
1212
args: [--fix, --exit-non-zero-on-fix]

{{cookiecutter.project_name}}/.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repos:
1111
hooks:
1212
- id: prettier
1313
- repo: https://github.com/astral-sh/ruff-pre-commit
14-
rev: v0.4.1
14+
rev: v0.4.2
1515
hooks:
1616
- id: ruff
1717
types_or: [python, pyi, jupyter]

0 commit comments

Comments
 (0)