8 Commits

Author SHA1 Message Date
Yaroslav Chvanov
c970800a41 check-files-in-git.sh: use /usr/bin/env bash
For NixOS compatibility.
2025-03-07 18:46:33 +03:00
Domefemia
c7e1ad8fab Removed unneeded stuff 2023-04-23 18:25:40 +03:00
Yaroslav Chvanov
57021d2801 Automatically fix ruff warnings 2023-03-04 17:13:05 +03:00
Yaroslav Chvanov
a1e81e41d2 build: add ruff for Python linting
The tests are failing, they will be fixed in subsequent commits.
2023-03-04 17:13:05 +03:00
Yaroslav Chvanov
2752b6149a Format code base with black 2023-03-04 17:13:05 +03:00
Yaroslav Chvanov
c75f7d72c0 build: use black instead of flake8 for code formatting
This breaks tests, reformatting is in the next commit.
2023-03-04 17:13:05 +03:00
Peter Hutterer
20c4559ecf meson.build: use globbing in the various scripts for SVGs
This removes the need of having to add every SVG manually to the
meson.build file.
2022-01-11 21:49:14 +10:00
Peter Hutterer
3474a08762 meson: move the various checks into tests/
This is so we can install the data files simpler, let's move anything
that's a test into a new tests/ directory so the rest only contains true
sources.
2022-01-11 21:49:14 +10:00