Skip to content

Commit 19552ab

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.285 → v0.1.3](astral-sh/ruff-pre-commit@v0.0.285...v0.1.3) - [github.com/psf/black: 23.7.0 → 23.10.1](psf/black@23.7.0...23.10.1)
1 parent 56ec9ec commit 19552ab

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
@@ -7,12 +7,12 @@ repos:
77
rev: '5.12.0'
88
hooks:
99
- id: isort
10-
- repo: https://github.com/charliermarsh/ruff-pre-commit
11-
rev: 'v0.0.285'
10+
- repo: https://github.com/astral-sh/ruff-pre-commit
11+
rev: 'v0.1.3'
1212
hooks:
1313
- id: ruff
1414
- repo: https://github.com/psf/black
15-
rev: 23.7.0
15+
rev: 23.10.1
1616
hooks:
1717
- id: black
1818
language_version: python3.9

0 commit comments

Comments
 (0)