[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.2.0 → v4.3.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.2.0...v4.3.0) - [github.com/asottile/pyupgrade: v2.32.1 → v2.34.0](https://github.com/asottile/pyupgrade/compare/v2.32.1...v2.34.0)
This commit is contained in:
parent
82f1e69a23
commit
5baa8629ee
1 changed files with 2 additions and 2 deletions
|
|
@ -15,7 +15,7 @@ repos:
|
|||
- --remove-all-unused-imports
|
||||
- --remove-duplicate-keys
|
||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
rev: v4.2.0
|
||||
rev: v4.3.0
|
||||
hooks:
|
||||
- id: check-toml
|
||||
- id: check-yaml
|
||||
|
|
@ -36,7 +36,7 @@ repos:
|
|||
- id: docformatter
|
||||
args: ["--in-place", "--wrap-summaries=88"]
|
||||
- repo: https://github.com/asottile/pyupgrade
|
||||
rev: v2.32.1
|
||||
rev: v2.34.0
|
||||
hooks:
|
||||
- id: pyupgrade
|
||||
args: ["--py39-plus"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue