]> Untitled Git - axy/ft/python03.git/commitdiff
init
author= <=>
Mon, 12 Jan 2026 12:00:38 +0000 (13:00 +0100)
committer= <=>
Mon, 12 Jan 2026 12:00:38 +0000 (13:00 +0100)
.gitignore [new file with mode: 0644]
pyproject.toml [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..7c938bb
--- /dev/null
@@ -0,0 +1 @@
+**.pdf
\ No newline at end of file
diff --git a/pyproject.toml b/pyproject.toml
new file mode 100644 (file)
index 0000000..a8f43fe
--- /dev/null
@@ -0,0 +1,2 @@
+[tool.black]
+line-length = 79