Skip to content

Commit ba9b729

Browse files
committed
Update .pre-commit-config.yaml
1 parent 5420e07 commit ba9b729

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
@@ -10,26 +10,26 @@ repos:
1010
- id: isort
1111

1212
- repo: https://github.com/pycqa/pylint
13-
rev: v2.12.2
13+
rev: v2.13.5
1414
hooks:
1515
- id: pylint
1616
args: [--disable=import-error,--jobs=0, --fail-under=9.8, --ignore-patterns=test.*?py]
1717

1818
- repo: https://github.com/pre-commit/pre-commit-hooks
19-
rev: v4.1.0
19+
rev: v4.2.0
2020
hooks:
2121
- id: trailing-whitespace
2222
exclude: "tests/"
2323
- id: end-of-file-fixer
2424
exclude: "tests/"
2525

2626
- repo: https://github.com/asottile/pyupgrade
27-
rev: v2.31.0
27+
rev: v2.32.0
2828
hooks:
2929
- id: pyupgrade
3030
args: [--py37-plus]
3131
- repo: https://github.com/boidolr/pre-commit-images
32-
rev: v1.0.0
32+
rev: v1.0.4
3333
hooks:
3434
- id: optimize-avif
3535
exclude: "tests/"

0 commit comments

Comments
 (0)