Skip to content

Commit 623057f

Browse files
committed
update for python version
1 parent 6f951a2 commit 623057f

3 files changed

Lines changed: 2 additions & 17 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ wheels/
1919
*.egg-info/
2020
.installed.cfg
2121
*.egg
22+
.python-version
2223

2324
# Virtual environments
2425
.venv/

.python-version

Lines changed: 0 additions & 1 deletion
This file was deleted.

pyproject.toml

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -67,25 +67,10 @@ exclude = '''
6767
)
6868
'''
6969

70-
[tool.isort]
71-
profile = "black"
72-
skip = [".git", ".venv", "venv", "env", "build", "dist"]
73-
7470
[tool.pytest.ini_options]
75-
testpaths = ["tests"]
76-
addopts = "--cov=sql_redis --cov-report=term-missing"
71+
log_cli = true
7772
asyncio_mode = "auto"
7873

79-
[tool.coverage.run]
80-
source = ["sql_redis"]
81-
branch = true
82-
83-
[tool.coverage.report]
84-
exclude_lines = [
85-
"pragma: no cover",
86-
"raise NotImplementedError",
87-
]
88-
8974
[tool.mypy]
9075
warn_unused_configs = true
9176
ignore_missing_imports = true

0 commit comments

Comments
 (0)