Compare commits
No commits in common. "e3169b9e201bfd2b458011d07fbdd7da73179583" and "9eb0e28bcbcf0bb32d36e94749f836a207f6dd7e" have entirely different histories.
e3169b9e20
...
9eb0e28bcb
@ -6,7 +6,7 @@ See the readme or `import meanas; help(meanas)` for more info.
|
|||||||
|
|
||||||
import pathlib
|
import pathlib
|
||||||
|
|
||||||
__version__ = '0.10'
|
__version__ = '0.9'
|
||||||
__author__ = 'Jan Petykiewicz'
|
__author__ = 'Jan Petykiewicz'
|
||||||
|
|
||||||
|
|
||||||
|
@ -49,7 +49,7 @@ path = "meanas/__init__.py"
|
|||||||
|
|
||||||
[project.optional-dependencies]
|
[project.optional-dependencies]
|
||||||
dev = ["pytest", "pdoc", "gridlock"]
|
dev = ["pytest", "pdoc", "gridlock"]
|
||||||
examples = ["gridlock>=2.0"]
|
examples = ["gridlock"]
|
||||||
test = ["pytest"]
|
test = ["pytest"]
|
||||||
|
|
||||||
|
|
||||||
@ -73,6 +73,7 @@ lint.ignore = [
|
|||||||
"ANN002", # *args
|
"ANN002", # *args
|
||||||
"ANN003", # **kwargs
|
"ANN003", # **kwargs
|
||||||
"ANN401", # Any
|
"ANN401", # Any
|
||||||
|
"ANN101", # self: Self
|
||||||
"SIM108", # single-line if / else assignment
|
"SIM108", # single-line if / else assignment
|
||||||
"RET504", # x=y+z; return x
|
"RET504", # x=y+z; return x
|
||||||
"PIE790", # unnecessary pass
|
"PIE790", # unnecessary pass
|
||||||
|
Loading…
x
Reference in New Issue
Block a user