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: v2.31.0 → v2.31.1](asottile/pyupgrade@v2.31.0...v2.31.1)
- [github.com/mgedmin/check-manifest: 0.47 → 0.48](mgedmin/check-manifest@0.47...0.48)
  • Loading branch information
pre-commit-ci[bot] authored and jugmac00 committed Mar 14, 2022
1 parent b8685de commit 1143725
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 @@ -16,7 +16,7 @@ repos:
additional_dependencies: [flake8-bugbear==21.9.2]

- repo: https://github.com/asottile/pyupgrade
rev: v2.31.0
rev: v2.31.1
hooks:
- id: pyupgrade
args: [--py36-plus]
Expand All @@ -27,7 +27,7 @@ repos:
- id: check-python-versions

- repo: https://github.com/mgedmin/check-manifest
rev: '0.47'
rev: '0.48'
hooks:
- id: check-manifest
args: [--no-build-isolation]
Expand Down

0 comments on commit 1143725

Please sign in to comment.