Skip to content

Commit ba33df2

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 2b341f0 commit ba33df2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@ repos:
33
rev: '1.0.1'
44
hooks:
55
- id: flynt
6-
- repo: https://github.com/charliermarsh/ruff-pre-commit
7-
rev: 'v0.0.285'
6+
- repo: https://github.com/astral-sh/ruff-pre-commit
7+
rev: 'v0.1.6'
88
hooks:
99
- id: ruff
1010
- repo: https://github.com/psf/black
11-
rev: 23.7.0
11+
rev: 23.11.0
1212
hooks:
1313
- id: black
1414
language_version: python3.9
1515
- repo: https://github.com/keewis/blackdoc
16-
rev: v0.3.8
16+
rev: v0.3.9
1717
hooks:
1818
- id: blackdoc
1919
language_version: python3.9

0 commit comments

Comments
 (0)