Skip to content

Commit 7e689c5

Browse files
committed
Pin robotframework-lint in the CI (to prevent compatibility errors)
1 parent 450501b commit 7e689c5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/Architecture.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
"import pathlib\n",
1919
"import re\n",
2020
"\n",
21+
"import graphviz\n",
2122
"import IPython\n",
2223
"\n",
23-
"import graphviz\n",
2424
"\n",
2525
"\n",
2626
"@IPython.core.magic.register_line_cell_magic\n",
@@ -171,4 +171,4 @@
171171
},
172172
"nbformat": 4,
173173
"nbformat_minor": 4
174-
}
174+
}

requirements/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ dependencies:
88
- black
99
- isort
1010
- mypy
11-
- robotframework-lint
11+
- robotframework-lint <1.1
1212
- robotframework <3.2

0 commit comments

Comments
 (0)