We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d3cbaf commit 39fe3c6Copy full SHA for 39fe3c6
CHANGELOG.md
@@ -147,7 +147,12 @@ This was contributed by Ivan Levkivskyi (PR [18882](https://github.com/python/my
147
148
### Option to Exclude Everything in .gitignore
149
150
- * Add an option to exclude everything in .gitignore (Ivan Levkivskyi, PR [18696](https://github.com/python/mypy/pull/18696))
+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)).
156
157
### Selectively Disable Deprecated Warnings
158
0 commit comments