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 562ac6a + 2961703 commit bfc1e08Copy full SHA for bfc1e08
.pre-commit-config.yaml
@@ -13,15 +13,15 @@ repos:
13
# Per the ruff documentation, this should be before black
14
- repo: https://github.com/astral-sh/ruff-pre-commit
15
# Ruff version.
16
- rev: v0.12.8
+ rev: v0.14.0
17
hooks:
18
# Run the linter.
19
- id: ruff
20
args: [--fix]
21
22
# Using this mirror lets us use mypyc-compiled black, which is about 2x faster
23
- repo: https://github.com/psf/black-pre-commit-mirror
24
- rev: 25.1.0
+ rev: 25.9.0
25
26
- id: black
27
# It is recommended to specify the latest version of Python
0 commit comments