Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

Commit

Permalink
sample files: simpler isort configuration
Browse files Browse the repository at this point in the history
fixes #625
closes #629
  • Loading branch information
sbidoul committed Mar 1, 2020
1 parent 6315cd7 commit c8b0454
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion sample_files/pre-commit-13.0/.isort.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ line_length=88
known_odoo=odoo
known_odoo_addons=odoo.addons
sections=FUTURE,STDLIB,THIRDPARTY,ODOO,ODOO_ADDONS,FIRSTPARTY,LOCALFOLDER
known_third_party=
default_section=THIRDPARTY
4 changes: 0 additions & 4 deletions sample_files/pre-commit-13.0/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,6 @@ repos:
rev: v1.26.2
hooks:
- id: pyupgrade
- repo: https://github.com/asottile/seed-isort-config
rev: v1.9.4
hooks:
- id: seed-isort-config
- repo: https://github.com/pre-commit/mirrors-isort
rev: v4.3.21
hooks:
Expand Down

0 comments on commit c8b0454

Please sign in to comment.