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/PyCQA/flake8: 3.9.2 → 6.0.0](PyCQA/flake8@3.9.2...6.0.0)
- [github.com/asottile/pyupgrade: v3.3.1 → v3.8.0](asottile/pyupgrade@v3.3.1...v3.8.0)
- [github.com/hakancelikdev/unimport: 0.12.3 → 0.16.0](hakancelikdev/unimport@0.12.3...0.16.0)
  • Loading branch information
pre-commit-ci[bot] committed Jul 4, 2023
1 parent 66af7e0 commit 8589c5f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Expand Up @@ -26,7 +26,7 @@ repos:
- id: black

- repo: https://github.com/PyCQA/flake8
rev: 3.9.2
rev: 6.0.0
hooks:
- id: flake8
args: [--max-line-length=88]
Expand All @@ -37,13 +37,13 @@ repos:
- id: isort

- repo: https://github.com/asottile/pyupgrade
rev: v3.3.1
rev: v3.8.0
hooks:
- id: pyupgrade
args: [--py38-plus]

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

0 comments on commit 8589c5f

Please sign in to comment.