Skip to content

Commit

Permalink
Merge branch 'master' into pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
Mogost authored Jul 2, 2024
2 parents f3e5e7f + 451386a commit 5aaf5e5
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 @@ -5,13 +5,13 @@ repos:
- id: python-check-blanket-noqa

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: check-merge-conflict
- id: check-yaml

- repo: https://github.com/asottile/pyupgrade
rev: v3.15.2
rev: v3.16.0
hooks:
- id: pyupgrade
args: [ --py38-plus ]
Expand Down

0 comments on commit 5aaf5e5

Please sign in to comment.