Additional IRC commands and bot tasks for EarwigBot https://en.wikipedia.org/wiki/User:EarwigBot
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
157 B

  1. [tool.ruff]
  2. target-version = "py311"
  3. [tool.ruff.lint]
  4. select = ["E4", "E7", "E9", "F", "I", "UP"]
  5. [tool.ruff.lint.isort]
  6. known-first-party = ["earwigbot"]