Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/psf/black: 23.1.0 → 23.3.0](psf/black@23.1.0...23.3.0)
- [github.com/PyCQA/flake8: 5.0.4 → 6.0.0](PyCQA/flake8@5.0.4...6.0.0)
- [github.com/hakancelikdev/unimport: 0.14.1 → 0.16.0](hakancelikdev/unimport@0.14.1...0.16.0)
  • Loading branch information
pre-commit-ci[bot] authored Apr 4, 2023
1 parent 7634311 commit 7fb3812
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 @@ -21,12 +21,12 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/psf/black
rev: 23.1.0
rev: 23.3.0
hooks:
- id: black

- repo: https://github.com/PyCQA/flake8
rev: 5.0.4
rev: 6.0.0
hooks:
- id: flake8
additional_dependencies: [Flake8-pyproject]
Expand All @@ -43,7 +43,7 @@ repos:
args: [--py37-plus]

- repo: https://github.com/hakancelikdev/unimport
rev: 0.14.1
rev: 0.16.0
hooks:
- id: unimport
args: [--remove, --include-star-import]

0 comments on commit 7fb3812

Please sign in to comment.