Skip to content

Commit 249c5b3

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v3.4.0 → v4.0.1](pre-commit/pre-commit-hooks@v3.4.0...v4.0.1) - [github.com/asottile/pyupgrade: v2.15.0 → v2.16.0](asottile/pyupgrade@v2.15.0...v2.16.0)
1 parent 0d50232 commit 249c5b3

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: blacken-docs
1111
additional_dependencies: [black==20.8b1]
1212
- repo: https://github.com/pre-commit/pre-commit-hooks
13-
rev: v3.4.0
13+
rev: v4.0.1
1414
hooks:
1515
- id: trailing-whitespace
1616
- id: end-of-file-fixer
@@ -34,7 +34,7 @@ repos:
3434
- id: reorder-python-imports
3535
args: ['--application-directories=.:src', --py36-plus]
3636
- repo: https://github.com/asottile/pyupgrade
37-
rev: v2.15.0
37+
rev: v2.16.0
3838
hooks:
3939
- id: pyupgrade
4040
args: [--py36-plus]

0 commit comments

Comments
 (0)