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 39c1165 commit 6c10eefCopy full SHA for 6c10eef
.pre-commit-config.yaml
@@ -5,12 +5,12 @@ repos:
5
- id: blackt
6
7
- repo: https://github.com/pycqa/isort
8
- rev: 5.11.4
+ rev: 5.12.0
9
hooks:
10
- id: isort
11
12
- repo: https://github.com/pycqa/pylint
13
- rev: v2.15.9
+ rev: v3.0.0a6
14
15
- id: pylint
16
exclude: "tests/"
@@ -25,12 +25,12 @@ repos:
25
26
27
- repo: https://github.com/asottile/pyupgrade
28
- rev: v3.3.1
+ rev: v3.7.0
29
30
- id: pyupgrade
31
args: [--py38-plus]
32
- repo: https://github.com/boidolr/pre-commit-images
33
- rev: v1.1.0
+ rev: v1.2.1
34
35
- id: optimize-avif
36
0 commit comments