Skip to content

Commit d71ece8

Browse files
[pre-commit.ci] pre-commit autoupdate (#15167)
<!--pre-commit.ci start--> updates: - [github.com/pycqa/isort: 5.11.5 → 5.12.0](PyCQA/isort@5.11.5...5.12.0) - [github.com/pycqa/flake8: 5.0.4 → 6.0.0](PyCQA/flake8@5.0.4...6.0.0) <!--pre-commit.ci end--> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 61f6358 commit d71ece8

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
@@ -4,11 +4,11 @@ repos:
44
hooks:
55
- id: black
66
- repo: https://github.com/pycqa/isort
7-
rev: 5.11.5 # must match test-requirements.txt
7+
rev: 5.12.0 # must match test-requirements.txt
88
hooks:
99
- id: isort
1010
- repo: https://github.com/pycqa/flake8
11-
rev: 5.0.4 # must match test-requirements.txt
11+
rev: 6.0.0 # must match test-requirements.txt
1212
hooks:
1313
- id: flake8
1414
additional_dependencies:

0 commit comments

Comments
 (0)