fix: remove trailing blank line from governance.md
The end-of-file-fixer pre-commit hook requires files to end with exactly one newline. governance.md had an extra trailing blank line. Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
0a3a12aec5
commit
4fdc3cb3d4
1 changed files with 0 additions and 1 deletions
|
|
@ -63,4 +63,3 @@ Do not:
|
||||||
- Do not catch bare `Exception` — catch specific exceptions
|
- Do not catch bare `Exception` — catch specific exceptions
|
||||||
- Do not use mutable default arguments (e.g., `def f(x=[])`)
|
- Do not use mutable default arguments (e.g., `def f(x=[])`)
|
||||||
- Do not use `import *` — use explicit imports
|
- Do not use `import *` — use explicit imports
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue