mirror of
https://github.com/vee1e/bulk-questionnaire-upload.git
synced 2026-09-01 17:57:10 +00:00
Refactor backend and frontend services, add unit tests, configure Ruff and Vitest, and delegate frontend state
This commit is contained in:
parent
a7cda4faf0
commit
dbaba1c315
26 changed files with 4406 additions and 1954 deletions
5
ruff.toml
Normal file
5
ruff.toml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
line-length = 120
|
||||
|
||||
[lint]
|
||||
select = ["E", "F"]
|
||||
ignore = ["E501"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue