Sebastián Ramírez
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
1 deletions
-
.pre-commit-config.yaml
|
|
@ -1,5 +1,7 @@ |
|
|
|
# See https://pre-commit.com for more information |
|
|
|
# See https://pre-commit.com/hooks.html for more hooks |
|
|
|
default_language_version: |
|
|
|
python: python3.10 |
|
|
|
repos: |
|
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks |
|
|
|
rev: v4.3.0 |
|
|
@ -25,7 +27,7 @@ repos: |
|
|
|
args: |
|
|
|
- --fix |
|
|
|
- repo: https://github.com/pycqa/isort |
|
|
|
rev: 5.10.1 |
|
|
|
rev: 5.12.0 |
|
|
|
hooks: |
|
|
|
- id: isort |
|
|
|
name: isort (python) |
|
|
|