Skip to content

Commit efadabc

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/flake8: 3.9.2 → 6.0.0](PyCQA/flake8@3.9.2...6.0.0) - [github.com/PyCQA/isort: 5.11.5 → 5.12.0](PyCQA/isort@5.11.5...5.12.0)
1 parent 1e53785 commit efadabc

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
@@ -21,12 +21,12 @@ repos:
2121
- id: black
2222

2323
- repo: https://github.com/PyCQA/flake8
24-
rev: 3.9.2
24+
rev: 6.0.0
2525
hooks:
2626
- id: flake8
2727
args: [--max-line-length=88]
2828

2929
- repo: https://github.com/PyCQA/isort
30-
rev: 5.11.5
30+
rev: 5.12.0
3131
hooks:
3232
- id: isort

0 commit comments

Comments
 (0)