diff options
| author | Yobmod <yobmod@gmail.com> | 2021-08-02 15:41:17 +0100 |
|---|---|---|
| committer | Yobmod <yobmod@gmail.com> | 2021-08-02 15:41:17 +0100 |
| commit | bef218246c9935f0c31b23a17d1a02ac3810301d (patch) | |
| tree | 337b650bc09792117fb42f954a80aa20161ffcb6 /pyproject.toml | |
| parent | 15ace876d98d70c48a354ec8f526d6c8ad6b8d97 (diff) | |
| download | gitpython-bef218246c9935f0c31b23a17d1a02ac3810301d.tar.gz | |
rmv 3.6 from setup.py
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index daf45f16..434880c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ disallow_untyped_defs = true no_implicit_optional = true warn_redundant_casts = true implicit_reexport = true -warn_unused_ignores = true +# warn_unused_ignores = true warn_unreachable = true show_error_codes = true |
