Coding Knight před 7 měsíci
committed by GitHub
rodič
revize
c26e6199b5
V databázi nebyl nalezen žádný známý klíč pro tento podpis ID GPG klíče: 4AEE18F83AFDEB23
1 změnil soubory, kde provedl 3 přidání a 3 odebrání
  1. +3
    -3
      .gitignore

+ 3
- 3
.gitignore Zobrazit soubor

@@ -39,7 +39,7 @@ pip-log.txt
pip-delete-this-directory.txt pip-delete-this-directory.txt


# Unit test / coverage reports # Unit test / coverage reports
htmlcov/
html.cov/
.tox/ .tox/
.nox/ .nox/
.coverage .coverage
@@ -48,7 +48,7 @@ htmlcov/
nosetests.xml nosetests.xml
coverage.xml coverage.xml
*.cover *.cover
*.py,cover
*.py.cover
.hypothesis/ .hypothesis/
.pytest_cache/ .pytest_cache/


@@ -127,4 +127,4 @@ venv.bak/
dmypy.json dmypy.json


# Pyre type checker # Pyre type checker
.pyre/
.pyre/

Načítá se…
Zrušit
Uložit