Skip to content

Commit f5a0c2e

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.5.4 → v0.6.7](astral-sh/ruff-pre-commit@v0.5.4...v0.6.7) - [github.com/psf/black-pre-commit-mirror: 24.4.2 → 24.8.0](psf/black-pre-commit-mirror@24.4.2...24.8.0) - [github.com/python-poetry/poetry: 1.8.3 → 1.8.0](python-poetry/poetry@1.8.3...1.8.0)
1 parent 64b778c commit f5a0c2e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,20 @@ ci:
88
repos:
99
- repo: https://github.com/astral-sh/ruff-pre-commit
1010
# WARNING: Ruff version should be the same as in `pyproject.toml`
11-
rev: v0.5.4
11+
rev: v0.6.7
1212
hooks:
1313
- id: ruff
1414
args: ["--fix"]
1515
- repo: https://github.com/psf/black-pre-commit-mirror
1616
# WARNING: Black version should be the same as in `pyproject.toml`
17-
rev: "24.4.2"
17+
rev: "24.8.0"
1818
hooks:
1919
- id: black
2020
pass_filenames: false
2121
require_serial: true
2222
args: ["."]
2323
- repo: https://github.com/python-poetry/poetry
24-
rev: 1.8.3
24+
rev: 1.8.0
2525
hooks:
2626
- id: poetry-check
2727
- id: poetry-lock

0 commit comments

Comments
 (0)