Skip to content

Commit

Permalink
Remove toml support
Browse files Browse the repository at this point in the history
  • Loading branch information
David-Wobrock committed Apr 1, 2021
1 parent b16081f commit 2f3ce1d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.5.2

* Remove `toml` support for config files

## 2.5.1

* Remove `.editorconfig` from default config file
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
CONFIG_NAME = "django_migration_linter"
DEFAULT_CONFIG_FILES = (
".{}.cfg".format(CONFIG_NAME),
"pyproject.toml",
"setup.cfg",
"tox.ini",
)
Expand Down
2 changes: 1 addition & 1 deletion docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The linter is installed as a Django app and is integrated through the Django man

`python manage.py lintmigrations [GIT_COMMIT_ID] ...`

Below the detailed command line options, which can all also be defined using a config file (`setup.cfg`, `tox.ini`, `pyproject.toml`, `.django_migration_linter.cfg`):
Below the detailed command line options, which can all also be defined using a config file (`setup.cfg`, `tox.ini`, `.django_migration_linter.cfg`):

| Parameter | Description |
|--------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------|
Expand Down

0 comments on commit 2f3ce1d

Please sign in to comment.