pytorch/scripts/release_notes
Nikita Shulga add49e7e4e Enforce PEP263 for PyTorch python codebase (#55346)
Summary:
All python files containing non-ASCII characters should be correctly annotated with `# -*- coding: utf-8 -*-` comment

Delete number of superfluous UTF-8 characters, most commonly UTF-8 opening closing quotation mark U+2019 (’) instead of ascii apostrophe ', for example `Module’s`->`Module's`

Pull Request resolved: https://github.com/pytorch/pytorch/pull/55346

Reviewed By: samestep

Differential Revision: D27582044

Pulled By: malfet

fbshipit-source-id: c1cd89655915858ff3a41f675cdfffff795a8e44
2021-04-06 18:31:38 -07:00
..
categorize.py Update release notes scripts following runbook update (#54594) 2021-04-01 07:55:16 -07:00
commitlist.py Enforce PEP263 for PyTorch python codebase (#55346) 2021-04-06 18:31:38 -07:00
common.py Update release notes scripts following runbook update (#54594) 2021-04-01 07:55:16 -07:00
namespace_check.py Add script to compare namespace content for release cleanup (#51685) 2021-02-05 07:54:00 -08:00
requirements.txt Add release note scripts (#47360) 2020-11-05 06:43:24 -08:00
test_release_notes.py Add release note scripts (#47360) 2020-11-05 06:43:24 -08:00