mirror of
https://github.com/cisagov/log4j-affected-db.git
synced 2024-11-13 20:37:54 +00:00
16 lines
467 B
INI
16 lines
467 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
|
|
|
|
# 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
|