From a4bd88c4f03cbe8e07188cafe48ceb5ad4d04186 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20C=C3=B4ng=20Thu=E1=BA=ADn=20Huy?= Date: Tue, 7 Apr 2026 17:43:15 +0700 Subject: [PATCH] build: update tooling to modern Python standards --- .editorconfig | 6 ++++++ CONTRIBUTING.md | 3 +++ SECURITY.md | 3 +++ 3 files changed, 12 insertions(+) create mode 100644 .editorconfig create mode 100644 CONTRIBUTING.md create mode 100644 SECURITY.md diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..ba095cbc --- /dev/null +++ b/.editorconfig @@ -0,0 +1,6 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +charset = utf-8 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 00000000..f59d856c --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,3 @@ +# Contributing + +Please install `pre-commit` before pushing. \ No newline at end of file diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 00000000..a0ea7363 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,3 @@ +# Security Policy + +Report vulnerabilities via email. \ No newline at end of file