Skip to content

Commit eaf57d2

Browse files
[pre-commit.ci] pre-commit autoupdate (#268)
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 f0ce514 commit eaf57d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

+1-1
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.2.0
9+
rev: v0.2.1
1010
hooks:
1111
- id: ruff
1212
args: [--fix, --exit-non-zero-on-fix]

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

+1-1
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.2.0
14+
rev: v0.2.1
1515
hooks:
1616
- id: ruff
1717
types_or: [python, pyi, jupyter]

0 commit comments

Comments
 (0)