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/mgedmin/check-python-versions: 0.19.2 → 0.20.0](mgedmin/check-python-versions@0.19.2...0.20.0)
- [github.com/asottile/pyupgrade: v3.1.0 → v3.2.2](asottile/pyupgrade@v3.1.0...v3.2.2)
  • Loading branch information
pre-commit-ci[bot] committed Nov 14, 2022
1 parent 0420ec6 commit e6771fe
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
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/mgedmin/check-python-versions
rev: 0.19.2
rev: 0.20.0
hooks:
- id: check-python-versions
- repo: https://github.com/pre-commit/pre-commit-hooks
Expand All @@ -23,7 +23,7 @@ repos:
hooks:
- id: isort
- repo: https://github.com/asottile/pyupgrade
rev: v3.1.0
rev: v3.2.2
hooks:
- id: pyupgrade
args: [--py36-plus]

0 comments on commit e6771fe

Please sign in to comment.