Fix mixed line endings with pre-commit (#148336)

Co-authored-by: Zachary Ware <zachary.ware@gmail.com>
This commit is contained in:
Hugo van Kemenade
2026-04-10 18:33:11 +03:00
committed by GitHub
parent 05ed7ce7ae
commit fc5df4d723
2 changed files with 6 additions and 3 deletions
+3
View File
@@ -85,6 +85,9 @@ repos:
exclude: Lib/test/tokenizedata/coding20731.py
- id: end-of-file-fixer
files: '^\.github/CODEOWNERS$'
- id: mixed-line-ending
args: [--fix=auto]
exclude: '^Lib/test/.*data/'
- id: trailing-whitespace
types_or: [c, inc, python, rst, yaml]
- id: trailing-whitespace
+3 -3
View File
@@ -830,9 +830,9 @@ http.server
is colored by default.
This can be controlled with :ref:`environment variables
<using-on-controlling-color>`.
(Contributed by Hugo van Kemenade in :gh:`146292`.)
(Contributed by Hugo van Kemenade in :gh:`146292`.)
inspect
-------