Skip to content

Commit 537c94b

Browse files
authored
Merge pull request #3 from chriskuehl/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents ce38691 + 9235bb7 commit 537c94b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@ repos:
1111
- id: name-tests-test
1212
- id: requirements-txt-fixer
1313
- repo: https://github.com/asottile/reorder_python_imports
14-
rev: v3.8.2
14+
rev: v3.8.3
1515
hooks:
1616
- id: reorder-python-imports
1717
args: ['--py38-plus']
1818
- repo: https://github.com/asottile/add-trailing-comma
19-
rev: v2.2.3
19+
rev: v2.3.0
2020
hooks:
2121
- id: add-trailing-comma
2222
args: ['--py36-plus']
2323
- repo: https://github.com/asottile/pyupgrade
24-
rev: v2.37.3
24+
rev: v2.38.2
2525
hooks:
2626
- id: pyupgrade
2727
args: ['--py38-plus']

0 commit comments

Comments
 (0)