Skip to content

Commit

Permalink
Merge pull request #7 from multiversx/fix-pre-commit
Browse files Browse the repository at this point in the history
Fix pre-commit config file
  • Loading branch information
popenta authored Feb 1, 2024
2 parents 31b1051 + 0bea868 commit c622856
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,25 +1,22 @@
repos:
repo: https://github.com/pre-commit/pre-commit-hooks
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
- # Formatter
repo: https://github.com/hhatto/autopep8
rev: 2.0.4
- repo: https://github.com/hhatto/autopep8
rev: v2.0.4
hooks:
- id: autopep8
- id: autopep8
args:
- "--max-line-length=100"
- # Import order
repo: https://github.com/pycqa/isort
- "-i"
- repo: https://github.com/pycqa/isort
rev: 5.13.2
hooks:
- id: isort
name: isort (python)
- # Static analysis
repo: https://github.com/PyCQA/flake8
- repo: https://github.com/PyCQA/flake8
rev: 7.0.0
hooks:
- id: flake8
Expand Down

0 comments on commit c622856

Please sign in to comment.