Skip to content

Commit b503bb9

Browse files
[pre-commit.ci] pre-commit autoupdate (#19)
updates: - [github.com/asottile/pyupgrade: v2.23.0 → v2.23.1](asottile/pyupgrade@v2.23.0...v2.23.1) - [github.com/PyCQA/isort: 5.9.2 → 5.9.3](PyCQA/isort@5.9.2...5.9.3) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 4cc2e65 commit b503bb9

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,11 +10,11 @@ repos:
1010
- id: end-of-file-fixer
1111
- id: trailing-whitespace
1212
- repo: https://github.com/asottile/pyupgrade
13-
rev: v2.23.0
13+
rev: v2.23.1
1414
hooks:
1515
- id: pyupgrade
1616
- repo: https://github.com/PyCQA/isort
17-
rev: 5.9.2
17+
rev: 5.9.3
1818
hooks:
1919
- id: isort
2020
- repo: https://github.com/psf/black

0 commit comments

Comments
 (0)