Skip to content

Commit 815baa5

Browse files
committed
chore: pre-commit autoupdate
1 parent 9bca8ae commit 815baa5

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.pre-commit-config.yaml

+7-6
Original file line numberDiff line numberDiff line change
@@ -5,31 +5,32 @@ repos:
55
- id: blackt
66

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

1212
- repo: https://github.com/pycqa/pylint
13-
rev: v2.13.5
13+
rev: v2.15.9
1414
hooks:
1515
- id: pylint
16-
args: [--disable=import-error,--jobs=0, --fail-under=9.8, --ignore-patterns=test.*?py]
16+
exclude: "tests/"
17+
args: [--disable=import-error,--jobs=0]
1718

1819
- repo: https://github.com/pre-commit/pre-commit-hooks
19-
rev: v4.2.0
20+
rev: v4.4.0
2021
hooks:
2122
- id: trailing-whitespace
2223
exclude: "tests/"
2324
- id: end-of-file-fixer
2425
exclude: "tests/"
2526

2627
- repo: https://github.com/asottile/pyupgrade
27-
rev: v2.32.0
28+
rev: v3.3.1
2829
hooks:
2930
- id: pyupgrade
3031
args: [--py37-plus]
3132
- repo: https://github.com/boidolr/pre-commit-images
32-
rev: v1.0.4
33+
rev: v1.1.0
3334
hooks:
3435
- id: optimize-avif
3536
exclude: "tests/"

0 commit comments

Comments
 (0)