mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
314 B
314 B
Contributing
Patches should be sent to the [aur-dev@archlinux.org][1] mailing list.
Before sending patches, you are recommended to run flake8
and isort
.
You can add a git hook to do this by installing python-pre-commit
and running
pre-commit install
.