Skip to content

Commit 39fe3c6

Browse files
committed
document --exclude-gitignore
1 parent 7d3cbaf commit 39fe3c6

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,12 @@ This was contributed by Ivan Levkivskyi (PR [18882](https://github.com/python/my
147147

148148
### Option to Exclude Everything in .gitignore
149149

150-
* Add an option to exclude everything in .gitignore (Ivan Levkivskyi, PR [18696](https://github.com/python/mypy/pull/18696))
150+
You can now use `--exclude-gitignore` to exclude everything in a
151+
`.gitignore` file from the mypy build. This behaves similar to
152+
excluding the paths using `--exclude`. We might enable this by default
153+
in a future mypy release.
154+
155+
This was contributed by Ivan Levkivskyi (PR [18696](https://github.com/python/mypy/pull/18696)).
151156

152157
### Selectively Disable Deprecated Warnings
153158

0 commit comments

Comments
 (0)