mirror of
https://github.com/python/cpython.git
synced 2026-05-06 04:37:33 -04:00
Fix mixed line endings with pre-commit (#148336)
Co-authored-by: Zachary Ware <zachary.ware@gmail.com>
This commit is contained in:
committed by
GitHub
parent
05ed7ce7ae
commit
fc5df4d723
@@ -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
|
||||
|
||||
@@ -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
|
||||
-------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user