Remove seed-isort-config pre-commit hook

As of isort >=5, which we use, the seed-isort-config hook has been deprecated,
and the repository archived. I have removed the hook and the configuration
options it updated as a result.
pull/113/head
Nicholas McDonnell 4 years ago
parent 0923631e27
commit b5ef97dd4b
No known key found for this signature in database
GPG Key ID: 7994ADE2A56BE5D1
  1. 5
      .isort.cfg
  2. 4
      .pre-commit-config.yaml

@ -6,10 +6,5 @@ import_heading_stdlib=Standard Python Libraries
import_heading_thirdparty=Third-Party Libraries
import_heading_firstparty=cisagov Libraries
# Should be auto-populated by seed-isort-config hook
known_third_party=
# These must be manually set to correctly separate them from third party libraries
known_first_party=
# Run isort under the black profile to align with our other Python linting
profile=black

@ -60,10 +60,6 @@ repos:
rev: 20.8b1
hooks:
- id: black
- repo: https://github.com/asottile/seed-isort-config
rev: v2.2.0
hooks:
- id: seed-isort-config
- repo: https://github.com/timothycrosley/isort
rev: 5.5.0
hooks:

Loading…
Cancel
Save