Skip to content

Commit

Permalink
Changed hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
Super-T02 committed Aug 22, 2024
1 parent 5c40fca commit 783372e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ repos:
rev: v5.10.1 # Use the latest version
hooks:
- id: isort
args:
- --profile=black
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0 # this is optional, use `pre-commit autoupdate` to get the latest rev!
hooks:
Expand All @@ -33,3 +35,4 @@ repos:
- id: pydocstyle
args:
- --ignore=D401,D417,D100,D407,D406,D413,D212,D203,D104,D205
exclude: '.vscode/'

0 comments on commit 783372e

Please sign in to comment.