irctest/CONTRIBUTING.md

444 B

Contributing

Code style

Any color you like as long as it's Black. In short:

  • 88 columns
  • double quotes
  • avoid backslashes at line breaks (use parentheses)
  • closing brackets/parentheses/... go on the same indent level as the line that opened them

You can use pre-commit to automatically run it for you when you create a git commit. Alternatively, run pre-commit run -a