We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f76b0f commit 1b8cef7Copy full SHA for 1b8cef7
.pre-commit-config.yaml
@@ -8,20 +8,20 @@ ci:
8
repos:
9
- repo: https://github.com/astral-sh/ruff-pre-commit
10
# WARNING: Ruff version should be the same as in `pyproject.toml`
11
- rev: v0.8.6
+ rev: v0.11.4
12
hooks:
13
- id: ruff
14
args: ["--fix"]
15
- repo: https://github.com/psf/black-pre-commit-mirror
16
# WARNING: Black version should be the same as in `pyproject.toml`
17
- rev: "24.10.0"
+ rev: "25.1.0"
18
19
- id: black
20
pass_filenames: false
21
require_serial: true
22
args: ["."]
23
- repo: https://github.com/python-poetry/poetry
24
- rev: 2.0.0
+ rev: 2.1.2
25
26
- id: poetry-check
27
- id: poetry-lock
0 commit comments