Skip to content

Commit

Permalink
Merge pull request #2097 from Klavionik/fix-config-files-docs
Browse files Browse the repository at this point in the history
Fix a tip block styling in the Config Files section
  • Loading branch information
timothycrosley authored Feb 21, 2023
2 parents 90aafb8 + 303c800 commit 4114c33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/configuration/config_files.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,4 +115,4 @@ directory_root
isort will sort `subdir1/file1` according to the configurations defined in `subdir1/.isort.cfg`, `subdir2/file2` with configurations from `subdir2/pyproject.toml` and `subdir3/file3.py` based on the `setup.cfg` settings.

!!! tip
You can always confirm exactly what config file was used for a file by running isort with the `--verbose` flag.
You can always confirm exactly what config file was used for a file by running isort with the `--verbose` flag.

0 comments on commit 4114c33

Please sign in to comment.