File tree 1 file changed +7
-6
lines changed
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.
79
79
80
80
## Contributing
81
81
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
88
88
automatically checks that you adhere to these coding standards.
89
89
90
90
You 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/
95
95
96
96
[ `ruff` ] : https://docs.astral.sh/ruff/
97
97
[ `biome` ] : https://biomejs.dev/
98
+ [ `djhtml` ] : https://github.com/rtts/djhtml
98
99
99
100
### Discord
100
101
You can’t perform that action at this time.
0 commit comments