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