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.
2 parents 502bcdc + 8afbeec commit c52bf66Copy full SHA for c52bf66
.pre-commit-config.yaml
@@ -3,7 +3,7 @@ ci:
3
repos:
4
- repo: https://github.com/astral-sh/ruff-pre-commit
5
# Ruff version.
6
- rev: 'v0.12.1'
+ rev: 'v0.12.2'
7
hooks:
8
# Run the formatter.
9
- id: ruff-format
@@ -22,7 +22,7 @@ repos:
22
args: [--ignore-words-list=ser]
23
exclude: ^docs/api-completeness.md$
24
- repo: https://github.com/pycqa/flake8
25
- rev: '7.2.0' # todo: remove once https://github.com/astral-sh/ruff/issues/458 is addressed
+ rev: '7.3.0' # todo: remove once https://github.com/astral-sh/ruff/issues/458 is addressed
26
27
- id: flake8
28
additional_dependencies: [darglint==1.8.1, Flake8-pyproject]
0 commit comments