Skip to content

Commit 6d7a9be

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.290](astral-sh/ruff-pre-commit@v0.0.261...v0.0.290) - [github.com/psf/black: 23.3.0 → 23.9.1](psf/black@23.3.0...23.9.1)
1 parent 2756110 commit 6d7a9be

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
@@ -1,15 +1,15 @@
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.290"
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

0 commit comments

Comments
 (0)