Skip to content

Commit 702e879

Browse files
authored
Merge pull request #187 from OCA/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents ea9e526 + 9d09b22 commit 702e879

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ repos:
66
hooks:
77
- id: black
88
- repo: https://github.com/pre-commit/pre-commit-hooks
9-
rev: v4.2.0
9+
rev: v4.3.0
1010
hooks:
1111
- id: trailing-whitespace
1212
- id: end-of-file-fixer
@@ -34,7 +34,7 @@ repos:
3434
args: [--extend-ignore=F401] # ignore imported unused in __init__.py
3535
files: __init__.py
3636
- repo: https://github.com/asottile/pyupgrade
37-
rev: v2.32.1
37+
rev: v2.34.0
3838
hooks:
3939
- id: pyupgrade
4040
- repo: https://github.com/asottile/seed-isort-config

0 commit comments

Comments
 (0)