···121121`--config` flag (available on `statix check` and `statix
122122fix`).
123123124124-The available lints are:
124124+The available lints are (see `statix list` for an updated
125125+list):
125126126127```
127128bool_comparison
···140141faster_groupby
141142faster_zipattrswith
142143deprecated_to_path
144144+bool_simplification
145145+useless_has_attr
143146```
144147145145-All lints are enabled by default.
148148+All lints are enabled by default. Generate a minimal config
149149+with `statix dump > statix.toml`.
146150147151## TODO
148152