mirror of
https://github.com/StuffAnThings/qbit_manage.git
synced 2025-12-10 05:46:35 +08:00
[pre-commit.ci] pre-commit autoupdate
updates: - https://gitlab.com/pycqa/flake8 → https://github.com/PyCQA/flake8 - [github.com/PyCQA/flake8: 3.9.2 → 5.0.4](https://github.com/PyCQA/flake8/compare/3.9.2...5.0.4)
This commit is contained in:
parent
b7d483fdf6
commit
2e36ba5ae0
1 changed files with 2 additions and 2 deletions
4
.pre-commit-config.yaml
Executable file → Normal file
4
.pre-commit-config.yaml
Executable file → Normal file
|
|
@ -46,8 +46,8 @@ repos:
|
|||
- id: black
|
||||
language_version: python3
|
||||
args: [--line-length, '130']
|
||||
- repo: https://gitlab.com/pycqa/flake8
|
||||
rev: 3.9.2
|
||||
- repo: https://github.com/PyCQA/flake8
|
||||
rev: 5.0.4
|
||||
hooks:
|
||||
- id: flake8
|
||||
args: [--config=.flake8]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue