Skip to content

Commit 1c660fb

Browse files
[pre-commit.ci] pre-commit autoupdate (#1306)
updates: - https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit - [github.com/astral-sh/ruff-pre-commit: v0.1.5 → v0.1.11](astral-sh/ruff-pre-commit@v0.1.5...v0.1.11) - [github.com/python-jsonschema/check-jsonschema: 0.27.1 → 0.27.3](python-jsonschema/check-jsonschema@0.27.1...0.27.3) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 97ec49e commit 1c660fb

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
@@ -6,8 +6,8 @@ files: |
66
tests
77
)/.*\.py$
88
repos:
9-
- repo: https://github.com/charliermarsh/ruff-pre-commit
10-
rev: v0.1.5
9+
- repo: https://github.com/astral-sh/ruff-pre-commit
10+
rev: v0.1.11
1111
hooks:
1212
- id: ruff
1313
args: [--fix, --exit-non-zero-on-fix, --no-cache]
@@ -20,7 +20,7 @@ repos:
2020
- types-requests
2121
- types-python-dateutil
2222
- repo: https://github.com/python-jsonschema/check-jsonschema
23-
rev: 0.27.1
23+
rev: 0.27.3
2424
hooks:
2525
- id: check-github-workflows
2626
files: '^github/workflows/.*\.ya?ml$'

0 commit comments

Comments
 (0)