Skip to content

Commit

Permalink
Change cfg to ini for text highlighting (#2632)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ttibsi committed Nov 21, 2021
1 parent 05954c0 commit 4075944
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/guides/using_black_with_other_tools.md
Expand Up @@ -97,7 +97,7 @@ does not break older versions so you can keep it if you are running previous ver
<details>
<summary>.isort.cfg</summary>

```cfg
```ini
[settings]
profile = black
```
Expand All @@ -107,7 +107,7 @@ profile = black
<details>
<summary>setup.cfg</summary>

```cfg
```ini
[isort]
profile = black
```
Expand Down Expand Up @@ -181,7 +181,7 @@ extend-ignore = E203
<details>
<summary>setup.cfg</summary>

```cfg
```ini
[flake8]
max-line-length = 88
extend-ignore = E203
Expand Down

0 comments on commit 4075944

Please sign in to comment.