Skip to content
Snippets Groups Projects

aded python 3.10 to tox

Merged Mohammad Torkashvand requested to merge add-tox-py310 into develop
1 file
+ 3
0
Compare changes
  • Side-by-side
  • Inline
+ 3
0
[tox]
envlist = py310
[flake8]
; Allow >> on newline (W503), and allow cls as first argument for pydantic validators (B902)
ignore = B902,W503
Loading