This commit is contained in:
Stavros Korokithakis 2022-04-05 01:51:54 +03:00
parent 8f490c13bb
commit e83dd5abea
No known key found for this signature in database
GPG Key ID: 26EA345ECD4C2A63

View File

@ -1,20 +1,20 @@
repos:
- repo: https://github.com/ambv/black
rev: 20.8b1
rev: 22.3.0
hooks:
- id: black
- repo: https://github.com/asottile/reorder_python_imports
rev: v2.3.6
rev: v3.0.1
hooks:
- id: reorder-python-imports
- repo: https://gitlab.com/pycqa/flake8
rev: '3.8.4'
rev: '3.9.2'
hooks:
- id: flake8
args: ["--max-line-length=1000"]
language_version: python3
- repo: https://github.com/pycqa/pydocstyle
rev: 5.1.1
rev: 6.1.1
hooks:
- id: pydocstyle
args: