Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- https://github.com/ikamensh/flynt/: 0.78 β†’ 1.0.0
- [github.com/hakancelikdev/unimport: 0.16.0 β†’ 1.0.0](hakancelikdev/unimport@0.16.0...1.0.0)
- [github.com/asottile/pyupgrade: v3.8.0 β†’ v3.9.0](asottile/pyupgrade@v3.8.0...v3.9.0)
- [github.com/psf/black: 23.3.0 β†’ 23.7.0](psf/black@23.3.0...23.7.0)
  • Loading branch information
pre-commit-ci[bot] committed Jul 17, 2023
1 parent 1f07e6b commit 0428cee
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 @@ -21,25 +21,25 @@ repos:
- id: requirements-txt-fixer
- id: trailing-whitespace
- repo: https://github.com/ikamensh/flynt/
rev: "0.78"
rev: "1.0.0"
hooks:
- id: flynt
- repo: https://github.com/MarcoGorelli/absolufy-imports
rev: v0.3.1
hooks:
- id: absolufy-imports
- repo: https://github.com/hakancelikdev/unimport
rev: 0.16.0
rev: 1.0.0
hooks:
- id: unimport
args: [--remove, --include-star-import, --ignore-init, --gitignore]
- repo: https://github.com/asottile/pyupgrade
rev: v3.8.0
rev: v3.9.0
hooks:
- id: pyupgrade
args: ["--py3-plus", "--py37-plus"]
- repo: https://github.com/psf/black
rev: 23.3.0
rev: 23.7.0
hooks:
- id: black
- repo: https://github.com/PyCQA/flake8
Expand Down

0 comments on commit 0428cee

Please sign in to comment.