Skip to content

Commit 461ee0a

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit - [github.com/astral-sh/ruff-pre-commit: v0.0.261 → v0.0.292](astral-sh/ruff-pre-commit@v0.0.261...v0.0.292) - [github.com/psf/black: 23.3.0 → 23.9.1](psf/black@23.3.0...23.9.1) - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0)
1 parent 2756110 commit 461ee0a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
---
22
repos:
3-
- repo: https://github.com/charliermarsh/ruff-pre-commit
4-
rev: "v0.0.261"
3+
- repo: https://github.com/astral-sh/ruff-pre-commit
4+
rev: "v0.0.292"
55
hooks:
66
- id: ruff
77
args:
88
- "--fix"
99
- "--exit-non-zero-on-fix"
1010

1111
- repo: https://github.com/psf/black
12-
rev: 23.3.0
12+
rev: 23.9.1
1313
hooks:
1414
- id: black
1515

1616
- repo: https://github.com/pre-commit/pre-commit-hooks
17-
rev: v4.4.0
17+
rev: v4.5.0
1818
hooks:
1919
- id: check-merge-conflict
2020
- id: check-symlinks

0 commit comments

Comments
 (0)