A Python robot that edits Wikipedia and interacts with people over IRC https://en.wikipedia.org/wiki/User:EarwigBot
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

pyproject.toml 117 B

123456
  1. [tool.ruff]
  2. target-version = "py311"
  3. [tool.ruff.lint]
  4. select = ["E4", "E7", "E9", "F", "I", "UP"]
  5. ignore = ["F403"]