mirror of
https://github.com/cisagov/log4j-affected-db.git
synced 2024-11-09 18:37:55 +00:00
b5ef97dd4b
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.
11 lines
292 B
INI
11 lines
292 B
INI
[settings]
|
|
combine_star=true
|
|
force_sort_within_sections=true
|
|
|
|
import_heading_stdlib=Standard Python Libraries
|
|
import_heading_thirdparty=Third-Party Libraries
|
|
import_heading_firstparty=cisagov Libraries
|
|
|
|
# Run isort under the black profile to align with our other Python linting
|
|
profile=black
|