Skip to content

Commit

Permalink
Merge pull request #143 from miykael/create-pull-request/patch
Browse files Browse the repository at this point in the history
[BOT] update pre-commit hooks
  • Loading branch information
miykael committed Feb 19, 2024
2 parents 7a921ed + 20b7360 commit 098bbd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ repos:
args: [--profile, black]

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

- repo: https://github.com/psf/black-pre-commit-mirror
rev: 24.1.1
rev: 24.2.0
hooks:
- id: black
args: [--config, pyproject.toml]
Expand Down

0 comments on commit 098bbd2

Please sign in to comment.