Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorohemorange <ebportnoy@gmail.com>2018-04-13 01:47:39 +0300
committerBrad Warren <bmw@users.noreply.github.com>2018-04-13 01:47:39 +0300
commit2d3159848448e47ccae438e8bc35a0257762549c (patch)
treef7abc282e35fbc73621503396593bd0e7aaa8323 /.gitignore
parent6b29d159a2f221c3437770bdb43924ee6f953c4b (diff)
Get mypy tox env running in the current setup (#5861)
* get mypy tox env running in the current setup * use any python3 with mypy * pin mypy dependencies
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 4dff20caf..e744a82a2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -38,6 +38,7 @@ tests/letstest/venv/
# pytest cache
.cache
+.mypy_cache/
# docker files
.docker