mirror of
https://github.com/StuffAnThings/qbit_manage.git
synced 2024-11-14 21:36:02 +08:00
Merge pull request #674 from StuffAnThings/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
This commit is contained in:
commit
a2c845abba
1 changed files with 2 additions and 2 deletions
|
@ -38,7 +38,7 @@ repos:
|
|||
name: isort (python)
|
||||
args: [--force-single-line-imports, --profile, black]
|
||||
- repo: https://github.com/asottile/pyupgrade
|
||||
rev: v3.17.0
|
||||
rev: v3.18.0
|
||||
hooks:
|
||||
- id: pyupgrade
|
||||
args: [--py3-plus]
|
||||
|
@ -60,4 +60,4 @@ repos:
|
|||
entry: ./scripts/pre-commit/increase_version.sh
|
||||
language: script
|
||||
pass_filenames: false
|
||||
stages: [commit]
|
||||
stages: [pre-commit]
|
||||
|
|
Loading…
Reference in a new issue