-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Patchcheck tmp2 #14
Patchcheck tmp2 #14
Conversation
@@ -175,6 +187,15 @@ def report_modified_files(file_paths): | |||
'Tools/c-analyzer/cpython/_parser.py', | |||
}) | |||
|
|||
#: Python files with bad syntax |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#: Python files with bad syntax | |
# Python files with bad syntax |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copied the style from the above (this is the style Sphinx uses for documentation comments, but unsure why the above used it)
'Lib/test/tokenizedata/bad_coding.py', | ||
'Lib/test/tokenizedata/bad_coding2.py', | ||
'Lib/test/tokenizedata/badsyntax_3131.py', | ||
'Lib/test/tokenizedata/coding20731.py', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To avoid hardcoding filenames, we could skip the whole tokenizedata
directory, as we did in python#109513.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fine by me!
with: | ||
show-progress: false |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
with: | |
show-progress: false |
📚 Documentation preview 📚: https://cpython-previews--14.org.readthedocs.build/