.pre-commit-config: version updates

This commit is contained in:
mehrad 2021-09-27 14:34:45 -07:00
parent 5b5b30cb6d
commit 0a27d5ba65
No known key found for this signature in database
GPG Key ID: AAF81F778210AE42
1 changed files with 3 additions and 3 deletions

View File

@ -8,16 +8,16 @@ repos:
- id: trailing-whitespace - id: trailing-whitespace
exclude: ^(tests/dataset/|tests/database/|tests/expected_results/) exclude: ^(tests/dataset/|tests/database/|tests/expected_results/)
- repo: https://github.com/hadialqattan/pycln - repo: https://github.com/hadialqattan/pycln
rev: 0.0.4 rev: v1.0.3
hooks: hooks:
- id: pycln - id: pycln
args: [--config=pyproject.toml] args: [--config=pyproject.toml]
- repo: https://github.com/PyCQA/isort - repo: https://github.com/PyCQA/isort
rev: 5.9.2 rev: 5.9.3
hooks: hooks:
- id: isort - id: isort
- repo: https://github.com/psf/black - repo: https://github.com/psf/black
rev: 21.7b0 rev: 21.9b0
hooks: hooks:
- id: black - id: black
language_version: python3.8 language_version: python3.8