Skip to content

Commit 7e3caba

Browse files
committedDec 18, 2023
Bump to 0.8.1
1 parent 95386f0 commit 7e3caba

File tree

2 files changed

+1235
-855
lines changed

2 files changed

+1235
-855
lines changed
 

‎poetry.lock

+1,233-851
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎pyproject.toml

+2-4
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ license = "MIT"
2323
name = "surepy"
2424
readme = "README.md"
2525
repository = "https://github.com/benleb/surepy"
26-
version = "0.8.0"
26+
version = "0.8.1"
2727

2828
[tool.poetry.dependencies]
2929
aiohttp = {extras = ["speedups"], version = "^3.7.4"}
@@ -48,16 +48,15 @@ pytest-cov = "^2.12.1"
4848
surepy = 'surepy.surecli:cli'
4949

5050
[tool.pylint.MASTER]
51-
ignore = ["tests", "const.py", "surecli"]
5251
disable = ["missing-module-docstring", "missing-class-docstring", "missing-function-docstring"]
52+
ignore = ["tests", "const.py", "surecli"]
5353

5454
# Use a conservative default here; 2 should speed up most setups and not hurt
5555
# any too bad. Override on command line as appropriate.
5656
jobs = 3
5757
load-plugins = [
5858
"pylint.extensions.code_style",
5959
"pylint.extensions.typing",
60-
"pylint_strict_informational",
6160
]
6261

6362
[tool.pylint.BASIC]
@@ -104,7 +103,6 @@ include = '\.pyi?$'
104103
line-length = 100
105104
target_version = ["py39"]
106105

107-
108106
[tool.pytest.ini_options]
109107
addopts = "--cov --setup-show --code-highlight=yes --verbose"
110108
minversion = "6.0"

0 commit comments

Comments
 (0)
Please sign in to comment.