From 983bc9ccb8cec6fb1dae199a5c0b2ad8d4758949 Mon Sep 17 00:00:00 2001 From: Taro Suzuki Date: Mon, 9 Mar 2026 00:36:54 +0000 Subject: [PATCH] Add flake8 config Co-authored-by: pokemon918 <132939190+pokemon918@users.noreply.github.com> Co-authored-by: xfactor-toml <154992305+xfactor-toml@users.noreply.github.com> Co-authored-by: omni-omega <234262665+omni-omega@users.noreply.github.com> Co-authored-by: phantomdev0826 <218786589+phantomdev0826@users.noreply.github.com> --- .flake8 | 1 + 1 file changed, 1 insertion(+) create mode 100644 .flake8 diff --git a/.flake8 b/.flake8 new file mode 100644 index 0000000..b7d21bb --- /dev/null +++ b/.flake8 @@ -0,0 +1 @@ +[flake8]\nmax-line-length = 120\nexclude =\n .git,\n __pycache__,\n venv,\n .eggs,\n build\nignore = E203, W503 \ No newline at end of file