Skip to content

Commit ed24967

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.287 → v0.0.291](astral-sh/ruff-pre-commit@v0.0.287...v0.0.291) - [github.com/psf/black: 23.7.0 → 23.9.1](psf/black@23.7.0...23.9.1)
1 parent 57e8eae commit ed24967

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
@@ -14,13 +14,13 @@ repos:
1414
- id: file-contents-sorter
1515
files: requirements-dev.txt
1616

17-
- repo: https://github.com/charliermarsh/ruff-pre-commit
18-
rev: v0.0.287
17+
- repo: https://github.com/astral-sh/ruff-pre-commit
18+
rev: v0.0.291
1919
hooks:
2020
- id: ruff
2121

2222
- repo: https://github.com/psf/black
23-
rev: 23.7.0
23+
rev: 23.9.1
2424
hooks:
2525
- id: black
2626
language_version: python3

0 commit comments

Comments
 (0)