Skip to content

Commit f4c1e84

Browse files
[pre-commit.ci] pre-commit autoupdate (#190)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.4 → v0.11.9](astral-sh/ruff-pre-commit@v0.11.4...v0.11.9) - [github.com/sourcery-ai/sourcery: v1.35.0 → v1.36.0](sourcery-ai/sourcery@v1.35.0...v1.36.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Nathan Patton <npatton@gmail.com>
1 parent 4f84249 commit f4c1e84

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
@@ -28,7 +28,7 @@ repos:
2828
- id: sort-simple-yaml
2929
- id: trailing-whitespace
3030
- repo: https://github.com/astral-sh/ruff-pre-commit
31-
rev: v0.11.4
31+
rev: v0.11.9
3232
hooks:
3333
- id: ruff
3434
args: [--fix, --exit-non-zero-on-fix]
@@ -40,7 +40,7 @@ repos:
4040
args: ["--config-file", "pyproject.toml", "--ignore-missing-imports"]
4141
#args: [--strict, --ignore-missing-imports]
4242
- repo: https://github.com/sourcery-ai/sourcery
43-
rev: v1.35.0
43+
rev: v1.36.0
4444
hooks:
4545
- id: sourcery
4646
# The best way to use Sourcery in a pre-commit hook:

0 commit comments

Comments
 (0)