Skip to content

Commit 040a63f

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.4](astral-sh/ruff-pre-commit@v0.0.285...v0.1.4) - [github.com/psf/black: 23.7.0 → 23.10.1](psf/black@23.7.0...23.10.1) - [github.com/keewis/blackdoc: v0.3.8 → v0.3.9](keewis/blackdoc@v0.3.8...v0.3.9)
1 parent b2d1f0e commit 040a63f

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
@@ -7,17 +7,17 @@ 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.4'
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
1919
- repo: https://github.com/keewis/blackdoc
20-
rev: v0.3.8
20+
rev: v0.3.9
2121
hooks:
2222
- id: blackdoc
2323
language_version: python3.9

0 commit comments

Comments
 (0)