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/asottile/pyupgrade: v3.16.0 → v3.17.0](asottile/pyupgrade@v3.16.0...v3.17.0)
- [github.com/pdm-project/pdm: 2.16.1 → 2.17.1](pdm-project/pdm@2.16.1...2.17.1)
  • Loading branch information
pre-commit-ci[bot] authored Jul 29, 2024
1 parent c56f93a commit 5365887
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 @@ -89,7 +89,7 @@ repos:
hooks:
- id: docformatter
- repo: https://github.com/asottile/pyupgrade
rev: v3.16.0
rev: v3.17.0
hooks:
- id: pyupgrade
entry: pyupgrade --py39-plus --keep-runtime-typing
Expand Down Expand Up @@ -140,7 +140,7 @@ repos:
- id: markdownlint-fix
args: [--disable, MD013]
- repo: https://github.com/pdm-project/pdm
rev: 2.16.1
rev: 2.17.1
hooks:
- id: pdm-lock-check
# - repo: local
Expand Down

0 comments on commit 5365887

Please sign in to comment.