ci: sync configs to pymplate
- add python3.12 - add ruff
This commit is contained in:
parent
fabcbab751
commit
0512488241
9 changed files with 117 additions and 74 deletions
1
setup.py
1
setup.py
|
@ -47,6 +47,7 @@ def main() -> None:
|
|||
extras_require={
|
||||
'testing': [
|
||||
'pytest',
|
||||
'ruff',
|
||||
'mypy',
|
||||
'lxml', # for mypy coverage
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue