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 bfc1e08 + 4ac2937 commit 1a8577aCopy full SHA for 1a8577a
.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.14.0
+ rev: v0.14.6
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.9.0
+ rev: 25.11.0
25
26
- id: black
27
# It is recommended to specify the latest version of Python
0 commit comments