Skip to content

Commit

Permalink
Merge pull request #40 from ARYAN-NIKNEZHAD/chore/fix-pre-commit-hooks
Browse files Browse the repository at this point in the history
🔧 Fix Pre Commit Hooks
  • Loading branch information
sepehr-akbarzadeh authored Aug 20, 2024
2 parents 84234f2 + 16a0e22 commit a55db36
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,18 @@ repos:
- id: check-merge-conflict
- id: check-docstring-first

- repo: https://github.com/pre-commit/mirrors-isort
rev: v5.10.1
hooks:
- id: isort
exclude: docs/

- repo: https://github.com/psf/black
rev: 23.3.0
hooks:
- id: black
exclude: docs/

- repo: https://github.com/pre-commit/mirrors-isort
rev: v5.10.1
hooks:
- id: isort
exclude: docs/

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.991
Expand Down

0 comments on commit a55db36

Please sign in to comment.