Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cubicweb
OWL2YAMS
Commits
f64cf7cc8af1
Commit
f64cf7cc
authored
Nov 16, 2021
by
Fabien Amarger
Browse files
fix(tox)
parent
80770927e044
Pipeline
#94092
passed with stages
in 3 minutes and 7 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
owl2yams/schema_uri.py
View file @
f64cf7cc
# flake8: noqa
from
yams.buildobjs
import
*
...
...
@@ -1,7 +2,7 @@
from
yams.buildobjs
import
*
class
equivalent_class
(
RelationDefinition
):
class
equivalent_class
(
RelationDefinition
):
# type: ignore
subject
=
(
"CWEType"
,
"CWRType"
,
...
...
tox.ini
View file @
f64cf7cc
...
...
@@ -24,7 +24,7 @@
[testenv:mypy]
deps
=
mypy
>=
0.761
commands
=
mypy --install-types --non-interactive owl2yams
commands
=
mypy --install-types --non-interactive
--ignore-missing-imports
owl2yams
[testenv:black]
basepython
=
python3
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment