.pre-commit-config: version updates
This commit is contained in:
parent
5b5b30cb6d
commit
0a27d5ba65
|
@ -8,16 +8,16 @@ repos:
|
|||
- id: trailing-whitespace
|
||||
exclude: ^(tests/dataset/|tests/database/|tests/expected_results/)
|
||||
- repo: https://github.com/hadialqattan/pycln
|
||||
rev: 0.0.4
|
||||
rev: v1.0.3
|
||||
hooks:
|
||||
- id: pycln
|
||||
args: [--config=pyproject.toml]
|
||||
- repo: https://github.com/PyCQA/isort
|
||||
rev: 5.9.2
|
||||
rev: 5.9.3
|
||||
hooks:
|
||||
- id: isort
|
||||
- repo: https://github.com/psf/black
|
||||
rev: 21.7b0
|
||||
rev: 21.9b0
|
||||
hooks:
|
||||
- id: black
|
||||
language_version: python3.8
|
||||
|
|
Loading…
Reference in New Issue