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)
  • Loading branch information
pre-commit-ci[bot] committed Jul 10, 2023
1 parent 1f07e6b commit e61f3a7
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,20 +21,20 @@ 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"]
Expand Down

0 comments on commit e61f3a7

Please sign in to comment.