Skip to content

Commit ba668b7

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.6](astral-sh/ruff-pre-commit@v0.0.285...v0.1.6) - [github.com/psf/black: 23.7.0 → 23.11.0](psf/black@23.7.0...23.11.0) - [github.com/keewis/blackdoc: v0.3.8 → v0.3.9](keewis/blackdoc@v0.3.8...v0.3.9)
1 parent 974dd20 commit ba668b7

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.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.6'
1212
hooks:
1313
- id: ruff
1414
- repo: https://github.com/psf/black
15-
rev: 23.7.0
15+
rev: 23.11.0
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)