Skip to content

Commit 15148cc

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2) - 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.11](astral-sh/ruff-pre-commit@v0.0.285...v0.1.11) - [github.com/psf/black: 23.7.0 → 23.12.1](psf/black@23.7.0...23.12.1) - [github.com/keewis/blackdoc: v0.3.8 → v0.3.9](keewis/blackdoc@v0.3.8...v0.3.9)
1 parent 53f8647 commit 15148cc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,20 @@ repos:
44
hooks:
55
- id: flynt
66
- repo: https://github.com/PyCQA/isort
7-
rev: '5.12.0'
7+
rev: '5.13.2'
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.11'
1212
hooks:
1313
- id: ruff
1414
- repo: https://github.com/psf/black
15-
rev: 23.7.0
15+
rev: 23.12.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)