Skip to content
Snippets Groups Projects
Commit d83ed574 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[pre-commit] update hooks

parent b33cf6b4
No related branches found
No related tags found
No related merge requests found
Pipeline #52913 passed
......@@ -4,20 +4,25 @@ repos:
- repo: https://github.com/timothycrosley/isort
rev: 5.8.0
hooks:
- id: isort
args: [-sl]
- id: isort
args: [
--force-single-line-imports,
--line-length, "88",
--order-by-type,
--lines-between-types, "1"
]
- repo: https://github.com/psf/black
rev: 20.8b1
rev: 21.7b0
hooks:
- id: black
exclude: bob/devtools/templates/setup.py
- repo: https://gitlab.com/pycqa/flake8
rev: 3.9.0
rev: 3.9.2
hooks:
- id: flake8
exclude: bob/devtools/templates/setup\.py
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.4.0
rev: v4.0.1
hooks:
- id: check-ast
exclude: bob/devtools/templates/setup.py
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment