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.
pre-commit
1 parent 04da830 commit c01d0e9Copy full SHA for c01d0e9
.pre-commit-config.yaml
@@ -3,18 +3,18 @@
3
repos:
4
# Using this mirror lets us use mypyc-compiled black, which is about 2x faster
5
- repo: https://github.com/psf/black-pre-commit-mirror
6
- rev: 24.8.0
+ rev: c53240a7f974b3707e13eac6710542cc96a2d61a # frozen: 24.10.0
7
hooks:
8
- id: black
9
files: "^python/"
10
- repo: https://github.com/asottile/pyupgrade
11
- rev: v3.18.0
+ rev: 19364aa1b2ac289ce75e6bbe93994f7b4b9425f6 # frozen: v3.19.0
12
13
- id: pyupgrade
14
15
args: [ "--py39-plus" ]
16
- repo: https://github.com/pycqa/flake8
17
- rev: "7.1.1"
+ rev: "e43806be3607110919eff72939fda031776e885a" # frozen: 7.1.1
18
19
- id: flake8
20
0 commit comments