Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 13b673c

Browse files
authored
Merge pull request #2946 from pre-commit/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 2bffc0a + 3557077 commit 13b673c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ repos:
2020
exclude: ^(pre_commit/resources/|testing/resources/python3_hooks_repo/)
2121
args: [--py38-plus, --add-import, 'from __future__ import annotations']
2222
- repo: https://github.com/asottile/add-trailing-comma
23-
rev: v3.0.0
23+
rev: v3.0.1
2424
hooks:
2525
- id: add-trailing-comma
2626
- repo: https://github.com/asottile/pyupgrade
27-
rev: v3.9.0
27+
rev: v3.10.1
2828
hooks:
2929
- id: pyupgrade
3030
args: [--py38-plus]
@@ -33,7 +33,7 @@ repos:
3333
hooks:
3434
- id: autopep8
3535
- repo: https://github.com/PyCQA/flake8
36-
rev: 6.0.0
36+
rev: 6.1.0
3737
hooks:
3838
- id: flake8
3939
- repo: https://github.com/pre-commit/mirrors-mypy

0 commit comments

Comments
 (0)