Skip to content

Commit 9e0f9d3

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - https://github.com/ikamensh/flynt/: 0.77 → 1.0.0 - https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit - [github.com/astral-sh/ruff-pre-commit: v0.0.239 → v0.0.280](astral-sh/ruff-pre-commit@v0.0.239...v0.0.280) - [github.com/psf/black: 22.10.0 → 23.7.0](psf/black@22.10.0...23.7.0)
1 parent 708ded0 commit 9e0f9d3

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
@@ -1,14 +1,14 @@
11
repos:
22
- repo: https://github.com/ikamensh/flynt/
3-
rev: '0.77'
3+
rev: '1.0.0'
44
hooks:
55
- id: flynt
6-
- repo: https://github.com/charliermarsh/ruff-pre-commit
7-
rev: 'v0.0.239'
6+
- repo: https://github.com/astral-sh/ruff-pre-commit
7+
rev: 'v0.0.280'
88
hooks:
99
- id: ruff
1010
- repo: https://github.com/psf/black
11-
rev: 22.10.0
11+
rev: 23.7.0
1212
hooks:
1313
- id: black
1414
language_version: python3.9

0 commit comments

Comments
 (0)