Skip to content

Commit 0f80f2f

Browse files
[pre-commit.ci] pre-commit suggestions (#1883)
updates: - [github.com/pre-commit/pre-commit-hooks: v4.0.1 → v4.1.0](pre-commit/pre-commit-hooks@v4.0.1...v4.1.0) - [github.com/asottile/pyupgrade: v2.23.1 → v2.31.0](asottile/pyupgrade@v2.23.1...v2.31.0) - [github.com/PyCQA/isort: 5.9.3 → 5.10.1](PyCQA/isort@5.9.3...5.10.1) - [github.com/PyCQA/flake8: 3.9.2 → 4.0.1](PyCQA/flake8@3.9.2...4.0.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 9d0e1cf commit 0f80f2f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ci:
1313

1414
repos:
1515
- repo: https://github.com/pre-commit/pre-commit-hooks
16-
rev: v4.0.1
16+
rev: v4.1.0
1717
hooks:
1818
- id: end-of-file-fixer
1919
- id: trailing-whitespace
@@ -24,14 +24,14 @@ repos:
2424
- id: check-docstring-first
2525

2626
- repo: https://github.com/asottile/pyupgrade
27-
rev: v2.23.1
27+
rev: v2.31.0
2828
hooks:
2929
- id: pyupgrade
3030
args: [--py36-plus]
3131
name: Upgrade code
3232

3333
- repo: https://github.com/PyCQA/isort
34-
rev: 5.9.3
34+
rev: 5.10.1
3535
hooks:
3636
- id: isort
3737
name: Sort imports
@@ -60,7 +60,7 @@ repos:
6060
# - id: yesqa
6161

6262
- repo: https://github.com/PyCQA/flake8
63-
rev: 3.9.2
63+
rev: 4.0.1
6464
hooks:
6565
- id: flake8
6666
name: PEP8

0 commit comments

Comments
 (0)