Skip to content

Commit f017e57

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - https://github.com/ikamensh/flynt/: 0.77 → 0.78 - [github.com/charliermarsh/ruff-pre-commit: v0.0.239 → v0.0.269](astral-sh/ruff-pre-commit@v0.0.239...v0.0.269) - [github.com/psf/black: 22.10.0 → 23.3.0](psf/black@22.10.0...23.3.0)
1 parent 9c77994 commit f017e57

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
repos:
22
- repo: https://github.com/ikamensh/flynt/
3-
rev: '0.77'
3+
rev: '0.78'
44
hooks:
55
- id: flynt
66
- repo: https://github.com/charliermarsh/ruff-pre-commit
7-
rev: 'v0.0.239'
7+
rev: 'v0.0.269'
88
hooks:
99
- id: ruff
1010
- repo: https://github.com/psf/black
11-
rev: 22.10.0
11+
rev: 23.3.0
1212
hooks:
1313
- id: black
1414
language_version: python3.9

0 commit comments

Comments
 (0)