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 22ab5ca commit 6cc3866Copy full SHA for 6cc3866
.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.13.2
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