mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
Add isort to CI and run on files
This commit is contained in:
parent
f526cfa4d9
commit
3730e2e726
45 changed files with 112 additions and 113 deletions
|
@ -4,7 +4,7 @@ RUN dnf install -y meson gcc g++ python3-pip gobject-introspection-devel \
|
|||
python3-devel python3-gobject git diffutils xorg-x11-server-Xvfb \
|
||||
appstream-devel "dnf-command(builddep)"
|
||||
RUN dnf build-dep -y gtk4 libadwaita
|
||||
RUN pip3 install furo mypy sphinx coverage black
|
||||
RUN pip3 install furo mypy sphinx coverage black isort
|
||||
|
||||
COPY install_deps.sh .
|
||||
RUN ./install_deps.sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue