mirror of
https://github.com/cisagov/log4j-affected-db.git
synced 2024-11-22 08:30:48 +00:00
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.
This commit is contained in:
parent
0923631e27
commit
b5ef97dd4b
2 changed files with 0 additions and 9 deletions
|
@ -6,10 +6,5 @@ import_heading_stdlib=Standard Python Libraries
|
||||||
import_heading_thirdparty=Third-Party Libraries
|
import_heading_thirdparty=Third-Party Libraries
|
||||||
import_heading_firstparty=cisagov 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
|
# Run isort under the black profile to align with our other Python linting
|
||||||
profile=black
|
profile=black
|
||||||
|
|
|
@ -60,10 +60,6 @@ repos:
|
||||||
rev: 20.8b1
|
rev: 20.8b1
|
||||||
hooks:
|
hooks:
|
||||||
- id: black
|
- 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
|
- repo: https://github.com/timothycrosley/isort
|
||||||
rev: 5.5.0
|
rev: 5.5.0
|
||||||
hooks:
|
hooks:
|
||||||
|
|
Loading…
Reference in a new issue