Skip to content

Commit

Permalink
ci: add 'flake8-import-order' as a dependecy to flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdragun committed Aug 28, 2023
1 parent 69201c3 commit 6134311
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ repos:
rev: 4.0.1
hooks:
- id: flake8
additional_dependencies: [flake8-import-order]
- repo: https://github.com/psf/black
rev: 22.3.0
hooks:
Expand All @@ -12,4 +13,5 @@ repos:
hooks:
- id: conventional-precommit-linter
stages: [commit-msg]
default_stages: [commit]
default_install_hook_types: [pre-commit, commit-msg]

0 comments on commit 6134311

Please sign in to comment.