Skip to content
This repository has been archived by the owner on Oct 2, 2021. It is now read-only.

Commit

Permalink
Merge pull request #93 from PyGotham/simplify-isort
Browse files Browse the repository at this point in the history
Let isort find third-party libraries
  • Loading branch information
dirn authored Nov 10, 2020
2 parents 1712ac9 + 3e48e59 commit cf853c6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ indent_style = space
atomic = true
force_sort_within_sections = true
include_trailing_comma = true
known_third_party = decouple,django,factory,pytest,sesame
multi_line_output = 3

[.pyre_configuration]
Expand Down
5 changes: 0 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,6 @@ repos:
hooks:
- id: autoflake
args: ['--in-place', '--remove-all-unused-imports', '--remove-unused-variable']
- repo: https://github.com/asottile/seed-isort-config
rev: v2.2.0
hooks:
- id: seed-isort-config
args: ['--application-directories=src']
- repo: https://github.com/timothycrosley/isort
rev: 5.6.4
hooks:
Expand Down

0 comments on commit cf853c6

Please sign in to comment.