File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -79,12 +79,12 @@ admin interface, go back to the main interface. You're now logged in.
7979
8080## Contributing
8181
82- Code formatting and linting is done using [ ` ruff ` ] and [ ` biome ` ] . You can run
83- formatting using ` make format ` . Linting can be done using ` make lint ` and
84- automatic fixing of linting errors can be done using ` make lint-fix ` or `make
85- lint-fix-unsafe` (unsafe fixes can slightly change program behaviour, but often
86- the fixed behaviour is the one you intended). You can also run both `make
87- format` and ` make lint-fix-unsafe` together by using ` make fix`. CI
82+ Code formatting and linting is done using [ ` ruff ` ] , [ ` biome ` ] , and [ ` djhtml ` ] .
83+ You can run formatting using ` make format ` . Linting can be done using `make
84+ lint ` and automatic fixing of linting errors can be done using ` make lint-fix`
85+ or ` make lint-fix-unsafe` (unsafe fixes can slightly change program behaviour,
86+ but often the fixed behaviour is the one you intended). You can also run both
87+ ` make format` and ` make lint-fix-unsafe ` together by using ` make fix ` . CI
8888automatically checks that you adhere to these coding standards.
8989
9090You can install the git pre-commit hook to help you adhere to the codestyle:
@@ -95,6 +95,7 @@ ln -s ../../tools/githook/pre-commit .git/hooks/
9595
9696[ `ruff` ] : https://docs.astral.sh/ruff/
9797[ `biome` ] : https://biomejs.dev/
98+ [ `djhtml` ] : https://github.com/rtts/djhtml
9899
99100### Discord
100101
You can’t perform that action at this time.
0 commit comments