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.3.0 → 23.9.1](psf/black@23.3.0...23.9.1)
- [github.com/PyCQA/flake8: 3.9.2 → 6.1.0](PyCQA/flake8@3.9.2...6.1.0)
- [github.com/asottile/pyupgrade: v3.3.1 → v3.14.0](asottile/pyupgrade@v3.3.1...v3.14.0)
- [github.com/hakancelikdev/unimport: 0.16.0 → 1.0.0](hakancelikdev/unimport@0.16.0...1.0.0)
  • Loading branch information
pre-commit-ci[bot] committed Oct 3, 2023
1 parent cb44c99 commit 458bbc3
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 @@ -20,12 +20,12 @@ repos:
- id: trailing-whitespace

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

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

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

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

0 comments on commit 458bbc3

Please sign in to comment.