Skip to content

Commit

Permalink
ci: [pre-commit.ci] autoupdate (#122)
Browse files Browse the repository at this point in the history
updates:
- [github.com/compilerla/conventional-pre-commit: v1.4.0 → v2.0.0](compilerla/conventional-pre-commit@v1.4.0...v2.0.0)
- [github.com/myint/autoflake: v1.4 → v1.5.3](PyCQA/autoflake@v1.4...v1.5.3)
- [github.com/psf/black: 22.6.0 → 22.8.0](psf/black@22.6.0...22.8.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 Sep 16, 2022
1 parent bf14c7b commit 3493af9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ exclude: .asv

repos:
- repo: https://github.com/compilerla/conventional-pre-commit
rev: v1.4.0
rev: v2.0.0
hooks:
- id: conventional-pre-commit
stages: [commit-msg]
Expand All @@ -27,7 +27,7 @@ repos:
- id: setup-cfg-fmt

- repo: https://github.com/myint/autoflake
rev: v1.4
rev: v1.5.3
hooks:
- id: autoflake
args: ["--in-place", "--remove-all-unused-imports"]
Expand All @@ -44,12 +44,12 @@ repos:
args: [--py37-plus, --keep-runtime-typing]

- repo: https://github.com/psf/black
rev: 22.6.0
rev: 22.8.0
hooks:
- id: black

- repo: https://github.com/PyCQA/flake8
rev: 5.0.2
rev: 5.0.4
hooks:
- id: flake8
additional_dependencies:
Expand Down

0 comments on commit 3493af9

Please sign in to comment.