Skip to content
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

Closed
wants to merge 1 commit into from
Closed

Patchcheck tmp2 #14

wants to merge 1 commit into from

Conversation

AA-Turner
Copy link
Owner

@AA-Turner AA-Turner commented Sep 17, 2023


📚 Documentation preview 📚: https://cpython-previews--14.org.readthedocs.build/

@@ -175,6 +187,15 @@ def report_modified_files(file_paths):
'Tools/c-analyzer/cpython/_parser.py',
})

#: Python files with bad syntax
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
#: Python files with bad syntax
# Python files with bad syntax

Copy link
Owner Author

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)

Comment on lines +192 to +195
'Lib/test/tokenizedata/bad_coding.py',
'Lib/test/tokenizedata/bad_coding2.py',
'Lib/test/tokenizedata/badsyntax_3131.py',
'Lib/test/tokenizedata/coding20731.py',
Copy link

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.

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fine by me!

Comment on lines +34 to +35
with:
show-progress: false
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
with:
show-progress: false

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants