Skip to content

Commit 6c10eef

Browse files
committed
Update .pre-commit-config.yaml
1 parent 39c1165 commit 6c10eef

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ repos:
55
- id: blackt
66

77
- repo: https://github.com/pycqa/isort
8-
rev: 5.11.4
8+
rev: 5.12.0
99
hooks:
1010
- id: isort
1111

1212
- repo: https://github.com/pycqa/pylint
13-
rev: v2.15.9
13+
rev: v3.0.0a6
1414
hooks:
1515
- id: pylint
1616
exclude: "tests/"
@@ -25,12 +25,12 @@ repos:
2525
exclude: "tests/"
2626

2727
- repo: https://github.com/asottile/pyupgrade
28-
rev: v3.3.1
28+
rev: v3.7.0
2929
hooks:
3030
- id: pyupgrade
3131
args: [--py38-plus]
3232
- repo: https://github.com/boidolr/pre-commit-images
33-
rev: v1.1.0
33+
rev: v1.2.1
3434
hooks:
3535
- id: optimize-avif
3636
exclude: "tests/"

0 commit comments

Comments
 (0)