Skip to content

Commit b5ef97d

Browse files
committed
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.
1 parent 0923631 commit b5ef97d

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

.isort.cfg

-5
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,5 @@ import_heading_stdlib=Standard Python Libraries
66
import_heading_thirdparty=Third-Party Libraries
77
import_heading_firstparty=cisagov Libraries
88

9-
# Should be auto-populated by seed-isort-config hook
10-
known_third_party=
11-
# These must be manually set to correctly separate them from third party libraries
12-
known_first_party=
13-
149
# Run isort under the black profile to align with our other Python linting
1510
profile=black

.pre-commit-config.yaml

-4
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,6 @@ repos:
6060
rev: 20.8b1
6161
hooks:
6262
- id: black
63-
- repo: https://github.com/asottile/seed-isort-config
64-
rev: v2.2.0
65-
hooks:
66-
- id: seed-isort-config
6763
- repo: https://github.com/timothycrosley/isort
6864
rev: 5.5.0
6965
hooks:

0 commit comments

Comments
 (0)