mirror of
https://gitlab.com/itsulu-odoo/runboat.git
synced 2026-05-30 23:41:27 +00:00
[pre-commit.ci] pre-commit autoupdate
updates: - https://github.com/myint/autoflake → https://github.com/PyCQA/autoflake - [github.com/PyCQA/autoflake: v1.5.3 → v1.6.0](https://github.com/PyCQA/autoflake/compare/v1.5.3...v1.6.0) - https://github.com/myint/docformatter → https://github.com/PyCQA/docformatter
This commit is contained in:
parent
1f258f2657
commit
9a4350e377
1 changed files with 3 additions and 3 deletions
|
|
@ -5,8 +5,8 @@ repos:
|
|||
rev: 22.8.0
|
||||
hooks:
|
||||
- id: black
|
||||
- repo: https://github.com/myint/autoflake
|
||||
rev: v1.5.3
|
||||
- repo: https://github.com/PyCQA/autoflake
|
||||
rev: v1.6.0
|
||||
hooks:
|
||||
- id: autoflake
|
||||
args:
|
||||
|
|
@ -30,7 +30,7 @@ repos:
|
|||
rev: 5.10.1
|
||||
hooks:
|
||||
- id: isort
|
||||
- repo: https://github.com/myint/docformatter
|
||||
- repo: https://github.com/PyCQA/docformatter
|
||||
rev: v1.5.0
|
||||
hooks:
|
||||
- id: docformatter
|
||||
|
|
|
|||
Loading…
Reference in a new issue