Skip to content

Commit 837a866

Browse files
ci: weekly check. (#1258)
updates: - [github.com/pycqa/isort: 5.11.4 → 5.12.0](PyCQA/isort@5.11.4...5.12.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 090add6 commit 837a866

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ repos:
4545
types: [file, python]
4646
args: [--max-line-length=100, --ignore=E203 E301 E302 E501 E402 E704 W503 W504]
4747
- repo: https://github.com/pycqa/isort
48-
rev: 5.11.4
48+
rev: 5.12.0
4949
hooks:
5050
- id: isort
5151
name: isort Formatting

0 commit comments

Comments
 (0)