Skip to content

Commit ca3855b

Browse files
Merge pull request #704 from pypa/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 8f99b86 + 1e587f4 commit ca3855b

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
@@ -10,7 +10,7 @@ repos:
1010
- id: reorder-python-imports
1111
args: [ "--application-directories=.:src" , --py3-plus]
1212
- repo: https://github.com/pre-commit/pre-commit-hooks
13-
rev: v4.1.0
13+
rev: v4.2.0
1414
hooks:
1515
- id: trailing-whitespace
1616
- id: end-of-file-fixer
@@ -21,7 +21,7 @@ repos:
2121
hooks:
2222
- id: flake8
2323
- repo: https://github.com/asottile/pyupgrade
24-
rev: v2.31.1
24+
rev: v2.32.0
2525
hooks:
2626
- id: pyupgrade
2727
args: [--py36-plus]

0 commit comments

Comments
 (0)