Skip to content

Commit

Permalink
Update .pre-commit-config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-rinchin authored Jul 14, 2023
1 parent 29e7bf9 commit efee86b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,14 @@ repos:
rev: 5.7.0
hooks:
- id: isort
args: ["--settings-path pyproject.toml"]

- repo: https:/pre-commit/pre-commit-hooks
rev: v3.4.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: debug-statements
- id: debug-statementsf

- repo: https:/pycqa/flake8.git
rev: 3.8.4
Expand Down

0 comments on commit efee86b

Please sign in to comment.