We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 450501b commit 7e689c5Copy full SHA for 7e689c5
docs/Architecture.ipynb
@@ -18,9 +18,9 @@
18
"import pathlib\n",
19
"import re\n",
20
"\n",
21
+ "import graphviz\n",
22
"import IPython\n",
23
- "import graphviz\n",
24
25
26
"@IPython.core.magic.register_line_cell_magic\n",
@@ -171,4 +171,4 @@
171
},
172
"nbformat": 4,
173
"nbformat_minor": 4
174
-}
+}
requirements/lint.yml
@@ -8,5 +8,5 @@ dependencies:
8
- black
9
- isort
10
- mypy
11
- - robotframework-lint
+ - robotframework-lint <1.1
12
- robotframework <3.2
0 commit comments