Benedikt M. Rips
Benedikt M. Rips
See the changes in the README for a description. Feel free to ask anything that is not obvious to you!
This PR comprises three changes to the typos hook: - Use structured configuration by making `typos.settings.configuration` an attrs. This change is not backwards compatible. - Add the `typos.settings.force-exclude` option that...
Without this option, `pre-commit run selene --all-files` prints a summary for every file which creates lots of noise.
When you remap `;`, you can not repeat `f/F/t/T` mappings with `n/N`. I compared the last two commits and observed that the error only occurs on the latest commit. This...
### Description Currently, commas in the keys of shortcuts are escaped. However, commas only have to be escaped in non-service shortcuts. This PR adjusts the shortcuts module accordingly. While I...
### Description This PR fixes two things in the `programs.less` module: - Enable an option to be specified multiple times by assigning a list of values to the option. While...
### Description Add a note in the description of `programs.keepassxc.settings` to point out an expected error message in the GUI. Closes #8257. ### Checklist - [x] Change is backwards compatible....
### Description This PR is a follow-up on #8099. - Since #8099, the module sets `$SSH_AUTH_SOCK` through shells' options for interactive shell initialization instead of `home.sessionVariablesExtra`. The replacement was not...
The gitlint hook requires `--msg-filename` to appear last on the command line such that it is in front of the commit message filename. This is not the case when the...