Skip to content

Commit

Permalink
Remove obsolete mdDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
jhh committed Dec 1, 2024
1 parent 8a34b4c commit ec76285
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# See https://pre-commit.com for more information
# See https://pre-commit.com/hooks.html for more hooks
default_language_version:
python: python3.11
python: python3.12

repos:
- repo: https://github.com/asottile/add-trailing-comma
Expand Down
2 changes: 1 addition & 1 deletion nix/module.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ in
ssl = lib.mkOption {
default = true;
type = lib.types.bool;
description = lib.mdDoc ''
description = ''
Whether to enable SSL/TLS in Nginx.
'';
};
Expand Down

0 comments on commit ec76285

Please sign in to comment.