Skip to content

Commit

Permalink
pre-commit autoupdate.
Browse files Browse the repository at this point in the history
  • Loading branch information
lemon24 committed Jun 22, 2024
1 parent 6e921d5 commit 9322673
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 @@ -8,25 +8,25 @@ repos:
- id: isort

- repo: https://github.com/asottile/pyupgrade
rev: v3.15.1
rev: v3.16.0
hooks:
- id: pyupgrade
args: ["--py310-plus"]

- repo: https://github.com/python/black
rev: 24.2.0
rev: 24.4.2
hooks:
- id: black
args: ["-S"]

- repo: https://github.com/PyCQA/flake8
rev: 7.0.0
rev: 7.1.0
hooks:
- id: flake8
additional_dependencies: [flake8-bugbear]

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: check-byte-order-marker
- id: trailing-whitespace
Expand Down

0 comments on commit 9322673

Please sign in to comment.