Tags and files fuctions

This commit is contained in:
Jan Doubravský
2025-09-24 14:30:23 +02:00
parent 9ea2da0d7f
commit 531b05cd03
14 changed files with 661 additions and 169 deletions

View File

@@ -1,3 +1,10 @@
{
"editor.rulers": [80]
"editor.rulers": [
80
],
"python.testing.pytestArgs": [
"tests"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
}