diff options
| author | Timothy Crosley <timothy.crosley@gmail.com> | 2020-08-23 00:09:37 -0700 |
|---|---|---|
| committer | Timothy Crosley <timothy.crosley@gmail.com> | 2020-08-23 00:09:37 -0700 |
| commit | 180bdf9abc91223eb9d7b9e713ead7451095c5da (patch) | |
| tree | 810a40912008a048765afe83964cfb5d50793781 /setup.cfg | |
| parent | 19221a3e3c4e17e51056d1e70cd565b16f149cea (diff) | |
| download | isort-separate-integration-test.tar.gz | |
Start work to separate integration and unit testsseparate-integration-test
Diffstat (limited to 'setup.cfg')
| -rw-r--r-- | setup.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,4 +25,4 @@ exclude = _vendored per-file-ignores = isort/__init__.py:F401 isort/stdlibs/__init__.py:F401 - tests/example_crlf_file.py:F401 + tests/unit/example_crlf_file.py:F401 |
