Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#15167)
Browse files Browse the repository at this point in the history
<!--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>
  • Loading branch information
pre-commit-ci[bot] authored May 2, 2023
1 parent 61f6358 commit d71ece8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ repos:
hooks:
- id: black
- repo: https://github.com/pycqa/isort
rev: 5.11.5 # must match test-requirements.txt
rev: 5.12.0 # must match test-requirements.txt
hooks:
- id: isort
- repo: https://github.com/pycqa/flake8
rev: 5.0.4 # must match test-requirements.txt
rev: 6.0.0 # must match test-requirements.txt
hooks:
- id: flake8
additional_dependencies:
Expand Down

0 comments on commit d71ece8

Please sign in to comment.