Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit suggestions (ultralytics#9295)
Browse files Browse the repository at this point in the history
updates:
- [github.com/executablebooks/mdformat: 0.7.14 β†’ 0.7.16](executablebooks/mdformat@0.7.14...0.7.16)
- [github.com/asottile/yesqa: v1.3.0 β†’ v1.4.0](asottile/yesqa@v1.3.0...v1.4.0)
- [github.com/PyCQA/flake8: 5.0.2 β†’ 5.0.4](PyCQA/flake8@5.0.2...5.0.4)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored and Clay Januhowski committed Sep 8, 2022
1 parent 7ec0696 commit 0c460ad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ repos:
name: YAPF formatting

- repo: https://github.com/executablebooks/mdformat
rev: 0.7.14
rev: 0.7.16
hooks:
- id: mdformat
name: MD formatting
Expand All @@ -53,12 +53,12 @@ repos:
exclude: "README.md|README_cn.md"

- repo: https://github.com/asottile/yesqa
rev: v1.3.0
rev: v1.4.0
hooks:
- id: yesqa

- repo: https://github.com/PyCQA/flake8
rev: 5.0.2
rev: 5.0.4
hooks:
- id: flake8
name: PEP8

0 comments on commit 0c460ad

Please sign in to comment.